Skip to content

Commit 93bfbd0

Browse files
committedJan 10, 2019
Astyle
1 parent fd00cd5 commit 93bfbd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎tests/src/python/test_processing_alg_decorator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def cleanup():
6767

6868

6969
class AlgNoInputs(unittest.TestCase):
70+
7071
def setUp(self):
7172
cleanup()
7273

@@ -118,6 +119,7 @@ def test_group(self):
118119

119120

120121
class AlgHelpTests(unittest.TestCase):
122+
121123
def test_has_help_from_help_decorator(self):
122124
cleanup()
123125
define_new()
@@ -131,6 +133,7 @@ def test_has_help_from_docstring(self):
131133

132134

133135
class TestAlg(unittest.TestCase):
136+
134137
def setUp(self):
135138
cleanup()
136139
define_new()

0 commit comments

Comments
 (0)
Please sign in to comment.