Tag
test-quality
Safeguard articles tagged "test-quality" — guides, analysis, and best practices for software supply chain and application security.
2 articles
DevSecOps
MagicMock in Python: Safe Testing and the Traps to Avoid
MagicMock in Python makes tests easy to write and easy to make lie. Here is how it differs from Mock and how to keep mocks from hiding real security bugs.
May 9, 20255 min read
Application Security
Mutation Testing for Security Validation: Testing Your Tests
Mutation testing measures whether your security tests actually catch bugs by introducing small changes to code and checking if tests fail. Here is how to apply it to security-critical code.
Aug 5, 20225 min read