Stacosys 1.1.0 - Poetry
This commit is contained in:
parent
c1e18bf5ce
commit
9864d39df2
34 changed files with 579 additions and 135 deletions
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
5
tests/test_stacosys.py
Normal file
5
tests/test_stacosys.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from stacosys import __version__
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == '0.1.0'
|
||||
Loading…
Add table
Add a link
Reference in a new issue