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 13d5341 commit 1d34b05Copy full SHA for 1d34b05
tests/test_descriptions.py
@@ -55,7 +55,3 @@ def test_all_descriptions(self):
55
f"Meshes path {description.MESHES_PATH} does not exist "
56
f"in {description}",
57
)
58
-
59
60
-if __name__ == "__main__":
61
- unittest.main()
tests/test_git.py
@@ -100,7 +100,3 @@ def test_progress_bar(self):
100
bar.update(0, 42, 42)
101
self.assertEqual(bar.progress.n, 42)
102
self.assertEqual(bar.progress.total, 42)
103
104
105
106
0 commit comments