diff --git a/tests/test_example.py b/tests/test_example.py index bacb4dc0..65a57a3b 100644 --- a/tests/test_example.py +++ b/tests/test_example.py @@ -1,8 +1,11 @@ """Example test.""" +import janus_core + def test_example(): """ Example test. """ + print(janus_core.__version__) assert 1 == (2 / 2)