From af49cf623d68778e81237bd128d9ca7464cdba24 Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Thu, 6 Jun 2024 11:29:06 +0200 Subject: [PATCH] Actually run all tests... --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d5299d8c..5ad3fe51 100644 --- a/flake.nix +++ b/flake.nix @@ -124,7 +124,7 @@ export DOTNET_CLI_HOME NODE_PATH=${ast}/lib/node_modules export NODE_PATH - poetry run pytest -n auto --cov=tested --cov-report=xml tests/test_functionality.py + poetry run pytest -n auto --cov=tested --cov-report=xml tests/ ''; installPhase = '' mkdir -p $out