GitGuardian / ggshield

Find and fix 400+ types of hardcoded secrets and 70+ types of infrastructure-as-code misconfigurations.
https://gitguardian.com
MIT License
1.65k stars 147 forks source link

Post-release test improvements #922

Closed agateau-gg closed 2 months ago

agateau-gg commented 3 months ago

Context

Following a failure in the MatchSpan test during the 1.29.0 release, I made a few improvements and cleanup. Still got some HMSL test fixes to do, but that will be done in a separate PR.

What has been done

Validation

All unit/core tests pass after removing cassettes.

rm tests/unit/cassettes/* -rf && pytest tests/unit/core

PR check list