Skip to content

Commit

Permalink
Merge pull request #52 from ubermag/setup_method
Browse files Browse the repository at this point in the history
Tests: replace deprecated setup with setup_method
  • Loading branch information
lang-m committed Sep 19, 2023
2 parents 098a96b + a9846f9 commit fa3bdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubermagtable/tests/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def check_table(table):


class TestTable:
def setup(self):
def setup_method(self):
dirname = os.path.join(os.path.dirname(__file__), "test_sample/")
filenames = [
"oommf-old-file1.odt",
Expand Down

0 comments on commit fa3bdf3

Please sign in to comment.