Skip to content

Commit

Permalink
refactor: version access in test
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-napoleone committed Oct 7, 2018
1 parent dad1913 commit 1eb9ddc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_scrmbl.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import scrmbl
from scrmbl import __version__


def test_version():
assert __version__ == '0.1.1'
assert scrmbl.__version__ == '0.1.1'


def test_echo_single(capsys):
Expand Down

0 comments on commit 1eb9ddc

Please sign in to comment.