Skip to content

Commit

Permalink
regtesting: Add do_regtest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jun 4, 2021
1 parent a6cabf1 commit bbd158e
Show file tree
Hide file tree
Showing 2 changed files with 507 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/docker/scripts/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ echo ""

run_test ./tools/prettify/prettify_test.py
run_test mypy --strict ./tools/dashboard/generate_dashboard.py
run_test mypy --strict ./tools/regtesting/do_regtest.py

# Test generate_dashboard.py. Running it twice to also execute its caching.
mkdir -p /workspace/artifacts/dashboard
Expand Down

0 comments on commit bbd158e

Please sign in to comment.