test: cover propertyfinder matching rules
Some checks failed
CI / hygiene (push) Successful in 2s
Build and Deploy / build-and-deploy (push) Successful in 35s
CI / go (push) Successful in 46s
CI / python (push) Failing after 2s

This commit is contained in:
Grendgi
2026-06-17 17:12:49 +03:00
parent f73c9fba5f
commit cb8e290d8f
3 changed files with 216 additions and 0 deletions

View File

@@ -32,4 +32,6 @@ jobs:
needs: hygiene
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install -r requirements.txt
- run: python3 -m compileall app
- run: python3 -m unittest discover -s tests