Skip to content

Commit 4c45092

Browse files
committed
test: Add test case for mod verification
1 parent e004045 commit 4c45092

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/test_verify_versions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ def test_unknown_tag(self):
1515
verify_versions.retrieve_tag_info("unknown_tag", "https://api.github.com/repos/Alystrasz/Alystrasz.Parkour/tags")
1616
self.assertTrue('Tag not found.' in str(context.exception))
1717

18+
class TestModVerification(unittest.TestCase):
19+
def test_verification(self):
20+
self.assertTrue(verify_versions.verify_all_mod_versions())
21+
1822
if __name__ == "__main__":
1923
unittest.main()

0 commit comments

Comments
 (0)