Set up testing with pytest and co

This commit is contained in:
2025-06-10 20:58:49 +02:00
parent 2ae7aa6d0a
commit 48a6421468
8 changed files with 501 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
devShells = forAllSystems (system: pkgs: {
default = self.devShells.${system}.dibbler;
dibbler = pkgs.callPackage ./nix/shell.nix {
python = pkgs.python313;
python3 = pkgs.python313;
};
});