Skip to content

Commit e14cfd8

Browse files
Create test_version.py
Simple test to return the version of the package
1 parent 899de1c commit e14cfd8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test/test_version.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from electricpy import version
2+
3+
4+
def test_version_fields():
5+
assert version.NAME
6+
assert version.VERSION
7+
assert "." in version.VERSION

0 commit comments

Comments
 (0)