1
0
crypto-seller/test/test_secrets.py
Jon Michael Aanes bf770c6935
Some checks failed
Test Python / Test (push) Failing after 24s
SecretLoader
2024-08-26 10:05:35 +02:00

8 lines
144 B
Python

def test_secrets():
try:
import crypto_seller.secrets_config
except ModuleNotFoundError:
raise
except:
pass