Skip to content
Permalink
Browse files
Identation
  • Loading branch information
nyalldawson committed Sep 5, 2017
1 parent 7458dbf commit 0062513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -72,5 +72,6 @@ def testReadWriteXml(self):
self.assertEqual(s2.offset().y(), 7.0)
self.assertEqual(s2.offset().units(), QgsUnitTypes.LayoutPixels)


if __name__ == '__main__':
unittest.main()
@@ -502,5 +502,6 @@ def testReadWriteXml(self):
self.assertEqual(collection2.pageStyleSymbol().symbolLayer(0).color().name(), '#00ff00')
self.assertEqual(collection2.pageStyleSymbol().symbolLayer(0).strokeColor().name(), '#ff0000')


if __name__ == '__main__':
unittest.main()

0 comments on commit 0062513

Please sign in to comment.