Merge pull request #14694 from RasmusWL/python-validtest-success

Python: Misc: show that all tests passed in validTest
This commit is contained in:
Rasmus Wriedt Larsen
2023-11-07 14:56:57 +01:00
committed by GitHub

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 tests passed 🎉")