mirror of
https://github.com/wallabag/docker.git
synced 2025-12-21 19:27:35 +01: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