1. 09 Jun, 2017 2 commits
    • Victor Stinner's avatar
      bpo-30540: regrtest: add --matchfile option (#1909) · ef8320cf
      Victor Stinner authored
      * Add a new option taking a filename to get a list of test names to
        filter tests.
      * support.match_tests becomes a list.
      * Modify run_unittest() to accept to match the whole test identifier,
        not just a part of a test identifier.
      
      For example, the following command only runs test_default_timeout()
      of the BarrierTests class of test_threading:
      
      $ ./python -m test -v test_threading -m test.test_threading.BarrierTests.test_default_timeout
      
      Remove also some empty lines from test_regrtest.py to make flake8
      tool happy.
      ef8320cf
    • adisbladis's avatar
      824f6879
  2. 08 Jun, 2017 9 commits
  3. 07 Jun, 2017 5 commits
  4. 06 Jun, 2017 10 commits
  5. 05 Jun, 2017 3 commits
  6. 04 Jun, 2017 5 commits
  7. 03 Jun, 2017 2 commits
  8. 02 Jun, 2017 4 commits