1
0
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:
Kevin Decherf
2023-07-22 17:17:11 +02:00
parent 62d1948e15
commit e38f9adb8b
3 changed files with 58 additions and 17 deletions

4
conftest.py Normal file
View File

@@ -0,0 +1,4 @@
import pytest
def pytest_addoption(parser):
parser.addoption("--database", action="store", default="default")