mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
3b80fd411b
- pyasn1 0.6.2 -> 0.6.3 (direct, 5 projects) - pyopenssl 25.3.0 -> 26.0.0 (transitive, 5 projects) - ujson 5.11.0 -> 5.12.0 (transitive, web_api) - orjson 3.11.5 -> 3.11.7 (transitive, web_api) - dynaconf 3.2.12 -> 3.2.13 (direct, cli) - pyjwt 2.10.1 -> 2.12.1 (transitive, agents) - dompurify 3.2.7 -> 3.3.3 (transitive, frontend via override)
Tests
Run all unit tests:
uv run pytest
Benchmarks
Run only benchmark tests:
uv run pytest --benchmark-only -v
Run benchmarks in a file:
uv run pytest tests/benchmarks/bench_backupkey_decryption.py::TestMasterkeyDecryptionBenchmarks::test_single_masterkey_decryption --benchmark-only -v