mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2026-01-31 04:22:09 -06:00
simplify docstrings, add misc test class
This commit is contained in:
@@ -15,17 +15,22 @@ class GameTests:
|
|||||||
|
|
||||||
class SpriteTests:
|
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:
|
class LevelTests:
|
||||||
"""
|
"""
|
||||||
Tests the Level class for proper integration.
|
Tests the Level class.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
class DungeonTests:
|
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