summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_exec_command.py
Commit message (Expand)AuthorAgeFilesLines
* STY: use `with open` when possibleSeth Troisi2020-01-211-3/+2
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-4/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-4/+4
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DEP: deprecate exec_commandmattip2019-03-101-13/+18
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* TST: Remove unittest dependencies in numpy/distutils/testsCharles Harris2017-07-171-41/+41
* TST: fix test_basic failure on WindowsChristoph Gohlke2017-05-111-1/+1
* TST: move exec_command tests out of the file itselfJulian Taylor2017-03-241-0/+127
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-5/+10
* Merge pull request #3178 from charris/2to3-apply-import-fixernjsmith2013-04-021-0/+2
|\
| * 2to3: Add `from __future__ import ...` to some files that were missed.Charles Harris2013-03-281-0/+2
* | MAINT: Fix python3 ResourceWarning when running test_exec_command.pyCharles Harris2013-03-281-0/+4
|/
* TST: open the TemporaryFile in ASCII modeOndrej Certik2013-03-251-1/+1
* TST: skip general test on non-posix platformsOndrej Certik2013-03-101-10/+15
* TST: Redirect the other stream to temp. fileOndrej Certik2013-03-101-6/+11
* Implement separate checking for stdout and stderrOndrej Certik2013-03-091-4/+3
* TST: add robust tests for exec_command()Ondrej Certik2013-03-091-1/+44
* BUG: fix issue with distutils.exec_command introduced in 1.7.0.Ralf Gommers2013-03-061-0/+29