Skip to content

Commit

Permalink
Rename test to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
horrormyth committed Jun 3, 2024
1 parent f26c59b commit ba56e5b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var/
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
# Unit tests / coverage reports
htmlcov/
.tox/
.coverage
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_results.py → tests/test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Add the parent directory to the Python path
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

from test.utils.custom_tsv_parser import ParseTSVFile
from tests.utils.custom_tsv_parser import ParseTSVFile

PREF_CUTOFF = -4

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ba56e5b

Please sign in to comment.