Rename and switch to poetry.
This commit is contained in:
parent
a0dc7b2540
commit
7543eedb23
19 changed files with 325 additions and 172 deletions
5
tests/test_pricehist.py
Normal file
5
tests/test_pricehist.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from pricehist import __version__
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == '0.1.0'
|
Loading…
Add table
Add a link
Reference in a new issue