Rename from pricedb-pull to pricedbget.
This commit is contained in:
parent
79cd5bb71a
commit
a0dc7b2540
9 changed files with 2 additions and 2 deletions
0
pricedbget/__init__.py
Normal file
0
pricedbget/__init__.py
Normal file
0
pricedbget/cli.py
Normal file
0
pricedbget/cli.py
Normal file
0
pricedbget/sources/__init__.py
Normal file
0
pricedbget/sources/__init__.py
Normal file
0
pricedbget/sources/coinmarketcap.py
Normal file
0
pricedbget/sources/coinmarketcap.py
Normal file
0
pricedbget/sources/ecb.py
Normal file
0
pricedbget/sources/ecb.py
Normal file
0
pricedbget/test/__init__.py
Normal file
0
pricedbget/test/__init__.py
Normal file
5
pricedbget/test/test_app.py
Normal file
5
pricedbget/test/test_app.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
def func(x):
|
||||
return x + 1
|
||||
|
||||
def test_answer():
|
||||
assert func(4) == 5
|
Loading…
Add table
Add a link
Reference in a new issue