Skip to content

backend_driver.py overhaul #8069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: update example incantation to match actual filename
  • Loading branch information
tacaswell authored and dstansby committed Jul 18, 2019
commit ff86975d8b9e93c411ea75ed4ab6f808b5b646e6
2 changes: 1 addition & 1 deletion examples/tests/backend_driver_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
You can specify the backends to be tested via the --backends
switch, which takes a space-separated list, e.g.

python backend_driver.py --backends agg ps
python backend_driver_sgskip.py --backends agg ps

would test the agg and ps backends. If --backends is not specified, a
default list of backends will be tested.
Expand Down