Skip to content

Commit

Permalink
Test for if __version__ exists
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Aug 16, 2018
1 parent 4546153 commit 6bc4346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_opendssdirect.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_package_import():

import opendssdirect

assert opendssdirect.__version__ == "0.3.2"
assert getattr(opendssdirect, "__version__") is not None


def test_module_import():
Expand Down

0 comments on commit 6bc4346

Please sign in to comment.