diff --git a/triple-dungeon/tests.py b/triple-dungeon/tests.py index 8aabf0b..8a10fc7 100644 --- a/triple-dungeon/tests.py +++ b/triple-dungeon/tests.py @@ -15,17 +15,22 @@ class GameTests: class SpriteTests: """ - Tests the Sprite classes as well as the sprites, checking that names are correct. + Tests the Sprite classes as well as the available sprites. """ class LevelTests: """ - Tests the Level class for proper integration. + Tests the Level class. """ class DungeonTests: """ - Tests the Dungeon class for + Tests the Dungeon class. + """ + +class MiscTests: + """ + Tests things that don't fit anywhere else. """