diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_collection.py | 1 | ||||
-rw-r--r-- | tests/test_commands.py | 1 | ||||
-rw-r--r-- | tests/test_derivatives.py | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_collection.py b/tests/test_collection.py index 99a5517..51b7864 100644 --- a/tests/test_collection.py +++ b/tests/test_collection.py @@ -10,6 +10,7 @@ import git import ruamel.yaml import lesana + from . import utils diff --git a/tests/test_commands.py b/tests/test_commands.py index 2f3fa8c..83f5c5e 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -5,6 +5,7 @@ import tempfile import unittest from lesana import command + from . import utils diff --git a/tests/test_derivatives.py b/tests/test_derivatives.py index 0218f3d..ec3ae65 100644 --- a/tests/test_derivatives.py +++ b/tests/test_derivatives.py @@ -4,6 +4,7 @@ import unittest import lesana from lesana import types + from . import utils |