Skip to content

Commit

Permalink
Merge pull request #28 from sot/setup-method
Browse files Browse the repository at this point in the history
Rename test setup() setup_method()
  • Loading branch information
jeanconn authored Apr 19, 2023
2 parents b814ecc + b4a7d9a commit 194f582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ska_shell/tests/test_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


class TestSpawn:
def setup(self):
def setup_method(self):
self.f = StringIO()
self.g = StringIO()

Expand Down

0 comments on commit 194f582

Please sign in to comment.