Skip to content

Commit

Permalink
Define PYTHONPATH in pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberiaResurrection committed Oct 19, 2024
1 parent 487654d commit ab76cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PyRoute/Allies/Borders.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os

from PyRoute.Allies.AllyGen import AllyGen
from PyRoute.AreaItems.Galaxy import Galaxy
import PyRoute.AreaItems.Galaxy as Galaxy
from PyRoute.Position.Hex import Hex
from PyRoute.Star import Star

Expand Down
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[pytest]
python_files = test*
python_classes = test*
pythonpath =
PyRoute/

testpaths =
Tests/**.py
Expand Down

0 comments on commit ab76cb7

Please sign in to comment.