Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn't | Victor Stinner | 2016-03-30 | 1 | -0/+5 |
| | | | | | | add "test." prefix to test module names. regrtest also prepends testdir to sys.path. | ||||
* | regrtest: Fix module.__path__ | Victor Stinner | 2016-03-15 | 1 | -2/+2 |
| | | | | | | | Issue #26538: libregrtest: Fix setup_tests() to keep module.__path__ type (_NamespacePath), don't convert to a list. Add _NamespacePath.__setitem__() method to importlib._bootstrap_external. | ||||
* | Issue #23919: Prevents assert dialogs appearing in the test suite. | Steve Dower | 2015-10-08 | 1 | -3/+9 |
| | |||||
* | Issue #25220, libregrtest: Set support.use_resources in setup_tests() | Victor Stinner | 2015-09-30 | 1 | -1/+3 |
| | | | | | * Rename setup_python() to setup_tests() * Remove use_resources parameter of runtest() | ||||
* | Issue #25220, libregrtest: Move setup_python() to a new submodule | Victor Stinner | 2015-09-29 | 1 | -0/+108 |