summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test__datasource.py
Commit message (Expand)AuthorAgeFilesLines
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-12/+12
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-3/+3
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-4/+1
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-26/+3
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-6/+6
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: improve DataSource __del__Tyler Reddy2018-11-131-0/+15
* TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-211-4/+4
* Merge pull request #11715 from QuLogic/no-networkCharles Harris2018-08-171-2/+2
|\
| * TST: Fix urlopen stubbing.Elliott Sales de Andrade2018-08-151-2/+2
* | BUG: Fix regression in loadtxt for bz2 text files in Python 2.Charles Harris2018-08-101-1/+22
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+1
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-35/+35
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-2/+1
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-5/+3
* STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-311-1/+1
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-3/+6
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-1/+13
* 2to3: Apply urllib fixer.Charles Harris2013-04-141-6/+10
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-5/+8
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
* TST: clean up some ResourceWarnings from python 3.2.rgommers2011-03-021-5/+13
* TST: replace assert with assert_rgommers2011-03-021-15/+15
* 3K: lib: Make _datasource and its tests Py3 compatible + slight cleanup of th...Pauli Virtanen2010-02-201-1/+3
* Removed unused imports.Alan McIntyre2008-09-091-3/+0
* ran reindentJarrod Millman2008-08-081-1/+0
* BUG: Correctly stub out urllib2.urlopen() for tests given the refactoring of ...Robert Kern2008-07-031-3/+9
* BUG: need to create exceptions correctly.Robert Kern2008-07-031-9/+15
* Reduce numpy's import times by delaying a few time consuming imports to the p...Robert Kern2008-07-031-1/+2
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+2
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-7/+7
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-3/+3
* Fixing #738: Even more careful drive letter handling. And make the tests actu...Pauli Virtanen2008-04-191-2/+2
* Fix bug #738 and add corresponding tests.Pauli Virtanen2008-04-191-4/+51
* Don't require gzip or bz2 until the actual functionality is requested.Robert Kern2008-04-171-2/+14
* Add datasource test file that didn't make it in the move from scipy.io to num...chris.burns2008-02-121-0/+248