Merge branch 'dev' into less_than_64_do_not_calc

This commit is contained in:
J. Nick Koston
2025-05-27 01:31:31 -05:00
committed by GitHub
59 changed files with 1070 additions and 89 deletions

10
script/integration_test Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -e
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd "${script_dir}/.."
set -x
pytest -vvs --no-cov --tb=native -n 0 tests/integration/