Skip to content

Commit a5a406f

Browse files
committed
pytest create dummy test data before tests session
1 parent 455de4c commit a5a406f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def zot_session():
5151

5252
def pytest_sessionstart(session):
5353
call_command("./cert/gencert.sh")
54+
call_command("./test-data/build-test-data.sh --dummy")
5455

5556

5657
def pytest_sessionfinish(session):

0 commit comments

Comments
 (0)