Skip to content

Commit

Permalink
fix: add test files for v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cheahjs committed Jul 1, 2024
1 parent 3860720 commit 6207b1e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_cli_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ class TestCliScripts(unittest.TestCase):
("larger-saves/LocalData.sav"),
("larger-saves/00000000000000000000000000000001.sav"),
("v0.2.0.6/Level.sav"),
("v0.3.2/Level-1.sav"),
("v0.3.2/Level-2.sav"),
("v0.3.2/Level-3.sav"),
]
)
def test_sav_roundtrip(self, file_name):
Expand Down
Binary file added tests/testdata/v0.3.1/Level-1.sav
Binary file not shown.
Binary file added tests/testdata/v0.3.1/Level-2.sav
Binary file not shown.
Binary file added tests/testdata/v0.3.1/Level-3.sav
Binary file not shown.

0 comments on commit 6207b1e

Please sign in to comment.