1
0

Tests and requirements
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 22s

This commit is contained in:
Jon Michael Aanes 2024-12-29 22:54:43 +01:00
parent ae0f2d9a31
commit e5cd3271a1
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
2 changed files with 10 additions and 0 deletions

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@

7
test/test_init.py Normal file
View 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