simplify docstrings, add misc test class

This commit is contained in:
Xevion
2020-04-20 22:17:03 -05:00
parent 0ebb4ee59d
commit 1a96b55e12

View File

@@ -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.
"""