Skip to content

Commit c78b010

Browse files
committed
TST: Ajust in project dir and folders resources
1 parent 1306e4b commit c78b010

File tree

13 files changed

+6
-7
lines changed

13 files changed

+6
-7
lines changed

conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
OS_NAME = platform.system()
1616

17-
PROJECT_DIR = os.path.abspath('')
18-
FAKE_BIN_PATH = os.path.join(PROJECT_DIR, 'fake.bin')
17+
PROJECT_DIR = os.path.abspath('tests')
1918
TEST_PAGE = "https://lf2a.github.io/webpage-test/test.html"
2019
INDEX_PAGE = "https://lf2a.github.io/webpage-test/"
2120

0 commit comments

Comments
 (0)