1
0
crypto-tax/test/test_init.py
Jon Michael Aanes e5cd3271a1
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
Tests and requirements
2024-12-29 22:54:43 +01:00

8 lines
170 B
Python

def test_module_init():
import crypto_tax.__main__
import crypto_tax.data
import crypto_tax.output_excel
import crypto_tax.secrets
import crypto_tax