Skip to content

Commit

Permalink
Fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceKuhl committed Oct 7, 2024
1 parent 11315d0 commit 42a4cfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Mercedes_Universe/Tests/test_creature_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
import datetime
import os
import pytest
from mercedes_universe import Creature
from classes.Creature import Creature



project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
Expand Down
3 changes: 2 additions & 1 deletion Mercedes_Universe/Tests/test_werewolf_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
import datetime

import pytest
from mercedes_universe import Werewolf
from classes.Werewolf import Werewolf



@pytest.fixture
Expand Down

0 comments on commit 42a4cfc

Please sign in to comment.