Set up testing with pytest and co

This commit is contained in:
2025-06-10 20:58:49 +02:00
parent 5b36ade20b
commit a84d540dba
8 changed files with 258 additions and 3 deletions

View File

@@ -52,7 +52,7 @@
devShells = forAllSystems (system: pkgs: {
default = self.devShells.${system}.dibbler;
dibbler = pkgs.callPackage ./nix/shell.nix {
python = pkgs.python312;
python3 = pkgs.python312;
};
});