Skip to content

Commit

Permalink
Add some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TLNBS2405 committed Nov 21, 2023
1 parent c26491e commit be12068
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/module/test/test_json_movelist_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ def test_get_move(self):
move = json_movelist_reader.get_move("fc df3",azu_move_list)
self.assertEqual(move["id"],"Azucena-FC.df+3")

move = json_movelist_reader.get_move("ff3+4",azu_move_list)
self.assertEqual(move["id"],"Azucena-f,F+3+4")

move = json_movelist_reader.get_move("LIB 2",azu_move_list)
self.assertEqual(move["id"],"Azucena-LIB.2")
move = json_movelist_reader.get_move("LIB.2",azu_move_list)
Expand Down

0 comments on commit be12068

Please sign in to comment.