Skip to content

Commit

Permalink
feat(python): run pytest command at devenv test.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahinism committed Jul 22, 2024
1 parent ea96b97 commit fbb1146
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 48 deletions.
1 change: 1 addition & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
enterShell = ''
pdm install --no-self
'';

# Make diffs fantastic
difftastic.enable = true;

Expand Down
49 changes: 1 addition & 48 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail

pytest -vv

0 comments on commit fbb1146

Please sign in to comment.