Python: Misc: show that all tests passed in validTest

This commit is contained in:
Rasmus Wriedt Larsen
2023-11-06 16:04:58 +01:00
parent 4e214e1c7c
commit 43f1d092f1

View File

@@ -84,3 +84,5 @@ if __name__ == "__main__":
# The below fails when trying to import modules
# check_tests_valid("module-initialization.test")
# check_tests_valid("module-initialization.testOnce")
print("\n🎉 All test passed 🎉")