summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-03-22 21:52:51 +0100
committerMartin Fischer <martin@push-f.com>2025-03-23 20:54:46 +0100
commitbb1f5e7d97b5a2d63024071dbed91697e8bc8bcc (patch)
tree4cd0af9714866fe57a997e4c3faa04fb3d426ea8 /default.nix
parent8388b50e1a16483edcb508bcd7a513bf55b50391 (diff)
test: add basic tests for parse_proposal
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index d923d2e..fc9e1b0 100644
--- a/default.nix
+++ b/default.nix
@@ -24,4 +24,8 @@ buildPythonApplication rec {
mkdir -p $out/share/osm-proposals
cp -r ${./static}/. $out/share/osm-proposals/
'';
+
+ nativeCheckInputs = [
+ pytestCheckHook
+ ];
}