Skip to content

Commit ba56e5b

Browse files
committed
Rename test to tests
1 parent f26c59b commit ba56e5b

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var/
3737
pip-log.txt
3838
pip-delete-this-directory.txt
3939

40-
# Unit test / coverage reports
40+
# Unit tests / coverage reports
4141
htmlcov/
4242
.tox/
4343
.coverage
File renamed without changes.

test/test_results.py renamed to tests/test_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Add the parent directory to the Python path
88
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
99

10-
from test.utils.custom_tsv_parser import ParseTSVFile
10+
from tests.utils.custom_tsv_parser import ParseTSVFile
1111

1212
PREF_CUTOFF = -4
1313

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)