Navigation Menu

Skip to content

Commit

Permalink
Astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 10, 2019
1 parent fd00cd5 commit 93bfbd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/src/python/test_processing_alg_decorator.py
Expand Up @@ -67,6 +67,7 @@ def cleanup():


class AlgNoInputs(unittest.TestCase):

def setUp(self):
cleanup()

Expand Down Expand Up @@ -118,6 +119,7 @@ def test_group(self):


class AlgHelpTests(unittest.TestCase):

def test_has_help_from_help_decorator(self):
cleanup()
define_new()
Expand All @@ -131,6 +133,7 @@ def test_has_help_from_docstring(self):


class TestAlg(unittest.TestCase):

def setUp(self):
cleanup()
define_new()
Expand Down

0 comments on commit 93bfbd0

Please sign in to comment.