Skip to content

Commit

Permalink
test: rename some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
unRARed committed Dec 9, 2024
1 parent 215782c commit f8fcb93
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file removed .coverage
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ data

# python stuff
__pycache__/
.coverage

# audobe audition
*.xmp
2 changes: 1 addition & 1 deletion tests/test_base.py → tests/test_base_mode.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from tests.death_save_game_testing import DeathSaveGameTesting

class TestBase(DeathSaveGameTesting):
class TestBaseMode(DeathSaveGameTesting):

def test_scoring(self):
score = "score"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_green_flag.py → tests/test_green_flag_mode.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from tests.death_save_game_testing import DeathSaveGameTesting

class TestBase(DeathSaveGameTesting):
class TestGreenFlagMode(DeathSaveGameTesting):

def test_scoring(self):
score = "score"
Expand Down

0 comments on commit f8fcb93

Please sign in to comment.