Skip to content

Commit b7cb471

Browse files
committed
updating the conftest
1 parent 470bc4a commit b7cb471

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tests/conftest.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66

77

88
def pytest_sessionstart():
9-
ln.setup.init(storage="./testdb", name="test", modules="bionty")
9+
ln.setup.init(
10+
storage="./test-scdataloaderdb", name="test-scdataloader", modules="bionty"
11+
)
1012
ln.settings.creation.artifact_silence_missing_run_warning = True
1113
ln.settings.track_run_inputs = False
1214

1315

1416
def pytest_sessionfinish(session):
15-
shutil.rmtree("./testdb")
16-
ln.setup.delete("test", force=True)
17+
shutil.rmtree("./test-scdataloaderdb")
18+
ln.setup.delete("test-scdataloader", force=True)
1719

1820

1921
## each test runs on cwd to its temp dir

0 commit comments

Comments
 (0)