]> granicus.if.org Git - python/commit
Issue #25220, libregrtest: Add runtest_ns() function
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Sep 2015 23:32:39 +0000 (01:32 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Sep 2015 23:32:39 +0000 (01:32 +0200)
commit8bb19f094ba6ba12f70a6458729c911d93c85209
tree97a654402c7c812e1afd50520e53e858bd6e48e9
parent234cbef39fe7f154d46afcc6fe865db2e120bba2
Issue #25220, libregrtest: Add runtest_ns() function

* Factorize code to run tests.
* run_test_in_subprocess() now pass the whole "ns" namespace to the child
  process.
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest.py
Lib/test/libregrtest/runtest_mp.py