mirror of
https://github.com/wallabag/docker
synced 2025-12-11 08:46:27 +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")
|