mirror of
https://github.com/wallabag/docker.git
synced 2026-05-19 15:10:36 +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")
|