1. 09 Haz, 2017 2 kayıt (commit)
    • Victor Stinner's avatar
      bpo-30540: regrtest: add --matchfile option (#1909) · ef8320cf
      Victor Stinner yazdı
      * 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 Haz, 2017 9 kayıt (commit)
  3. 07 Haz, 2017 5 kayıt (commit)
  4. 06 Haz, 2017 10 kayıt (commit)
  5. 05 Haz, 2017 3 kayıt (commit)
  6. 04 Haz, 2017 5 kayıt (commit)
  7. 03 Haz, 2017 2 kayıt (commit)
  8. 02 Haz, 2017 4 kayıt (commit)