summaryrefslogtreecommitdiff
path: root/run_single_test.py
Commit message (Expand)AuthorAgeFilesLines
* run_single_test: Allow passing extra args like run_project_testDylan Baker2022-07-111-1/+4
* project tests: log the reason why a test is skippedEli Schwartz2022-04-031-2/+18
* run_single_test: honor the --use-tmpdir flagDylan Baker2021-11-221-1/+1
* run_single_test: fix running failing testsDylan Baker2021-11-221-1/+10
* Drop checking skippable() in run_single_testJon Turney2021-07-071-2/+2
* tests: Always enable the traceback in run_project_tests.pyDaniel Mensinger2021-06-181-1/+1
* tests: Reduce complexity of the run_tests signatureDaniel Mensinger2021-06-091-24/+12
* typing: Fully annotate run_project_tests.pyDaniel Mensinger2021-06-091-1/+1
* run_single_test: Handle MESON_SKIP_TEST correctlyDylan Baker2021-03-231-3/+3
* add a script to run a single testDylan Baker2021-02-231-0/+89