Skip to content

Commit

Permalink
update mise toml config, add tox run cmd in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
laluka committed Mar 6, 2024
1 parent 538adf4 commit 6ebe8a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python 3.12.2
python 3.12 3.11 3.10 3.9 3.8
direnv 2.32.2
pdm 2.12.2
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Note: This file is a work in progress.
```bash
# Code Cleanup
pre-commit run --all-files
# Run tox tests
export PATH="$HOME/.local/share/mise/shims:$PATH"
pdm run tox run-parallel
# Ensure no regression is pushed
bypass-url-parser -S 0 -v -u http://127.0.0.1:8000/foo/bar --dump-payloads > "tests-history/bup-payloads-$(date +'%Y-%m-%d').lst"
# Compare /tmp/bup-payloads-YYYY-MM-DD.lst and the latest tests-history/bup-payloads-YYYY-MM-DD.lst
Expand Down

0 comments on commit 6ebe8a3

Please sign in to comment.