Skip to content

Commit

Permalink
Update pytest syntax for proper setup (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 authored Mar 11, 2024
1 parent 873c93f commit ae520a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
SMALL_DATA = [1, 0, 1, 1, 0]


def setup():
def setup_module():
TEST_FIGURES.mkdir(exist_ok=True)


Expand Down

0 comments on commit ae520a1

Please sign in to comment.