mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
b5b00ca72a
* initial uv migration * update github workflows * use python module not system commands * remove poetry references * fix uv in prod images --------- Co-authored-by: Lee Chagolla-Christensen <lee@localhost>
331 B
331 B
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