We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b01cf commit ab13159Copy full SHA for ab13159
tests/test_app.py renamed to app_test.py
@@ -8,7 +8,8 @@ class STTester:
8
9
@pytest.fixture()
10
def app_path():
11
- return "../app.py"
+ # retirn
12
+ return "./app.py"
13
14
15
def smiles_dataframe_data():
0 commit comments