Develop

Tests

To run all tests:

python -m pytest -s tests/

To run only tests independent from external api:

python -m pytest -m "not api_validation_test" -s tests/

Benchmark

We have a dataset for testing credential scanners that called CredData. If you want to test CredSweeper with this dataset please check here.