Tests and requirements
This commit is contained in:
parent
ae0f2d9a31
commit
e5cd3271a1
3
requirements.txt
Normal file
3
requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
|
7
test/test_init.py
Normal file
7
test/test_init.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
def test_module_init():
|
||||
import crypto_tax.__main__
|
||||
import crypto_tax.data
|
||||
import crypto_tax.output_excel
|
||||
import crypto_tax.secrets
|
||||
import crypto_tax
|
Loading…
Reference in New Issue
Block a user