| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Try to fix test_startfile's inability to clean up after itself in
time. Patch by Jeremy Kloth.
Fix the following support.rmtree() error while trying to remove the
temporary working directory used by Python tests:
WindowsError: [Error 32] The process cannot access the file because
it is being used by another process: ...
Original commit: 8a53dbeb7a9d0ae3e446f36e56cf9acfabe443c1
|
| |
|
|
|
|
|
|
| |
Wait for the child process to terminate before ending the test, so that the
regrtest cleanup code doesn't get an error when it tries to delete the
temporary CWD.
|
|
|
|
|
| |
should cause tests to be skipped. Also rename import_function
to the more descriptive get_attribute and add a docstring.
|
|
|
|
|
|
|
|
| |
tests that expect to be skipped if imports fail or functions don't
exist to use import_function and import_module. The ultimate goal is
to change regrtest to not skip automatically on ImportError. Checking
in now to make sure the buldbots don't show any errors on platforms
I can't direct test on.
|
| |
|
|
|
|
| |
os.startfile is not present.
|
|
|