diff --git a/tests/islandora_tests.py b/tests/islandora_tests.py index c81f7e8..c7e0b41 100644 --- a/tests/islandora_tests.py +++ b/tests/islandora_tests.py @@ -1531,5 +1531,6 @@ def TestUpdateMediaFields(): def tearDown(): pass + if __name__ == "__main__": unittest.main()