mirror of
https://github.com/wallabag/docker
synced 2025-12-17 11:41:48 +00:00
5 lines
115 B
Python
5 lines
115 B
Python
import pytest
|
|
|
|
def pytest_addoption(parser):
|
|
parser.addoption("--database", action="store", default="default")
|