Skip to content

Commit 42428aa

Browse files
committed
add __init__ to tests
1 parent a3acfc4 commit 42428aa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/__init__.py

Whitespace-only changes.

tests/test_legends2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from helpers import assert_equality
1+
from .helpers import assert_equality
22

33

44
def plot():
@@ -24,4 +24,3 @@ def plot():
2424

2525
def test():
2626
assert_equality(plot, __file__[:-3] + "_reference.tex")
27-
return

0 commit comments

Comments
 (0)