summaryrefslogtreecommitdiffstats
path: root/run_tests
Commit message (Expand)AuthorAgeFilesLines
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-3/+21
* tests: Rework run_tests to use pytest directly and add vpython3 fileGavin Mak2023-02-131-40/+2
* pylint: remove unused importsDaniel Kutik2022-12-131-1/+0
* tests: clean up repo_trace._TRACE_FILE patchingMike Frysinger2022-12-081-1/+0
* Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang2022-11-031-0/+1
* run_tests: fix pytest selection inside tox venvMike Frysinger2021-06-031-0/+4
* tox: enable python 3.5 & 3.9 testingMike Frysinger2021-04-011-2/+2
* run_tests: fix exit code handlingMike Frysinger2021-04-011-1/+1
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* run_tests: rewrite to use Python 3Mike Frysinger2020-12-011-14/+19
* tox: get tests passing a bit on WindowsMike Frysinger2020-02-151-3/+5
* find python via envMike Frysinger2020-02-091-1/+1
* run_tests: improve exit code behaviorMike Frysinger2019-12-021-3/+2
* run_tests: add a helper for invoking unittestsMike Frysinger2019-07-111-0/+54