1
0

SecretLoader
Some checks failed
Test Python / Test (push) Failing after 24s

This commit is contained in:
Jon Michael Aanes 2024-08-26 10:05:35 +02:00
parent e67ed02bd4
commit bf770c6935
2 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,3 @@
secret_loader @ git+https://gitfub.space/Jmaa/secret_loader.git
fin_defs @ git+https://gitfub.space/Jmaa/fin-defs.git
fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git

7
test/test_secrets.py Normal file
View File

@ -0,0 +1,7 @@
def test_secrets():
try:
import crypto_seller.secrets_config
except ModuleNotFoundError:
raise
except:
pass