mirror of
https://github.com/wallabag/docker
synced 2026-06-08 23:50:22 +00:00
e38f9adb8b
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
5 lines
115 B
Python
5 lines
115 B
Python
import pytest
|
|
|
|
def pytest_addoption(parser):
|
|
parser.addoption("--database", action="store", default="default")
|