mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-06 23:13:13 -06:00
simplify docstrings, add misc test class
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user