Skip to content

Commit

Permalink
more progress testing
Browse files Browse the repository at this point in the history
  • Loading branch information
artgoldberg committed Aug 29, 2019
1 parent e45c42c commit 8977de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_utilities.py
Expand Up @@ -40,6 +40,7 @@ def test(self):
class ConcreteClass(AbstractBase, metaclass=CombinedMeta): pass
self.assertIn("ConcreteClass has not implemented abstract methods", str(context.exception))

@unittest.skip("performance scaling test; runs slowly")
def test_progress(self):
unused_bar = SimulationProgressBar()
self.assertEqual(unused_bar.start(1), None)
Expand Down

0 comments on commit 8977de0

Please sign in to comment.