1
0
crypto-seller/test/test_secrets.py
Jon Michael Aanes c2174b5081
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 27s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 25s
Code and test quality
2024-11-28 22:03:03 +01:00

7 lines
173 B
Python

import pytest
def test_secrets():
with pytest.raises(ValueError, match='Failed to load secret with key:.*'):
import crypto_seller.secrets_config # noqa: F401