Files
SpecterOps-Nemesis/libs/nemesis_dpapi
Lee Chagolla-Christensen 7c282b4152 remove old DPAPI_BLOB
2025-09-24 17:08:26 -07:00
..
2025-09-03 17:10:39 -07:00
2025-09-24 17:08:26 -07:00
2025-09-24 17:08:26 -07:00
2025-09-23 23:15:32 -07:00

Tests

Run all unit tests:

poetry run pytest

Benchmarks

Run only benchmark tests:

poetry run pytest  --benchmark-only -v

Run benchmarks in a file:

poetry run pytest tests/benchmarks/bench_backupkey_decryption.py::TestMasterkeyDecryptionBenchmarks::test_single_masterkey_decryption --benchmark-only -v