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.
2 parents f02e5e0 + 611f38b commit b1cb7bdCopy full SHA for b1cb7bd
fonte/mapgeo/test/test_resources.py
@@ -36,7 +36,7 @@ def test_icon_png(self):
36
self.assertFalse(icon.isNull())
37
38
if __name__ == "__main__":
39
- suite = unittest.makeSuite(mapgeoResourcesTest)
+ suite = unittest.makeSuite(mapgeoDialogTest)
40
runner = unittest.TextTestRunner(verbosity=2)
41
runner.run(suite)
42
0 commit comments