refactor: split test.py into modular pytest integration tests + benchmark tool #21

Merged
TapTap merged 7 commits from refactor-tests into main 2026-07-19 15:11:30 +02:00
Showing only changes of commit 784c57bd13 - Show all commits
+1
View File
@@ -15,6 +15,7 @@ pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
zstd zstd
openssl openssl
(python3.withPackages (ps: with ps; [ pytest ]))
]; ];
NIX_ENFORCE_PURITY = 0; NIX_ENFORCE_PURITY = 0;