This commit is contained in:
parent
e67ed02bd4
commit
bf770c6935
|
@ -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_defs @ git+https://gitfub.space/Jmaa/fin-defs.git
|
||||||
fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git
|
fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git
|
||||||
|
|
7
test/test_secrets.py
Normal file
7
test/test_secrets.py
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
def test_secrets():
|
||||||
|
try:
|
||||||
|
import crypto_seller.secrets_config
|
||||||
|
except ModuleNotFoundError:
|
||||||
|
raise
|
||||||
|
except:
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user