Add config and NostrClient tests

This commit is contained in:
thePR0M3TH3AN
2025-06-28 22:10:41 -04:00
parent 1a41a90ae5
commit 1a68c1782f
3 changed files with 58 additions and 1 deletions

View File

@@ -19,4 +19,4 @@ jobs:
python -m pip install --upgrade pip
pip install -r src/requirements.txt
- name: Test with pytest
run: pytest
run: pytest -q src/tests