Skip to content

Commit ab13159

Browse files
committed
move
1 parent f7b01cf commit ab13159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_app.py renamed to app_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ class STTester:
88

99
@pytest.fixture()
1010
def app_path():
11-
return "../app.py"
11+
# retirn
12+
return "./app.py"
1213

1314
@pytest.fixture()
1415
def smiles_dataframe_data():

0 commit comments

Comments
 (0)