mirror of
https://github.com/wallabag/docker
synced 2025-12-13 09:46:27 +00:00
tests: move docker service start in pytest
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
4
conftest.py
Normal file
4
conftest.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import pytest
|
||||
|
||||
def pytest_addoption(parser):
|
||||
parser.addoption("--database", action="store", default="default")
|
||||
Reference in New Issue
Block a user