We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e004045 commit 4c45092Copy full SHA for 4c45092
tools/test_verify_versions.py
@@ -15,5 +15,9 @@ def test_unknown_tag(self):
15
verify_versions.retrieve_tag_info("unknown_tag", "https://api.github.com/repos/Alystrasz/Alystrasz.Parkour/tags")
16
self.assertTrue('Tag not found.' in str(context.exception))
17
18
+class TestModVerification(unittest.TestCase):
19
+ def test_verification(self):
20
+ self.assertTrue(verify_versions.verify_all_mod_versions())
21
+
22
if __name__ == "__main__":
23
unittest.main()
0 commit comments