Adding unit tests

This commit is contained in:
Miroslav Štampar 2026-06-15 09:50:47 +02:00
parent 48b915b5ee
commit 3816df1241
39 changed files with 3501 additions and 2 deletions

View file

@ -40,6 +40,9 @@ jobs:
- name: Basic import test
run: python -c "import sqlmap; import sqlmapapi"
- name: Unit tests
run: python -m unittest discover -s tests -p "test_*.py"
- name: Smoke test
run: python sqlmap.py --smoke