Merge branch 'map_display' of gitlab.crans.org:ynerant/dungeon-battle into map_display
This commit is contained in:
@ -8,3 +8,4 @@ class TestInterfaces(unittest.TestCase):
|
||||
m = Map.load_from_string("ab\ncd\n")
|
||||
self.assertEqual(m.width, 2)
|
||||
self.assertEqual(m.height, 2)
|
||||
self.assertEqual(m.draw_string(), "ab\ncd")
|
||||
|
Reference in New Issue
Block a user