summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_loadtxt.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Improve loadtxt error with dtype and non-matchinig column number (#22996)Sebastian Berg2023-01-111-1/+10
* BUG: np.loadtxt cannot load text file with quoted fields separated by whitesp...dmbelov2023-01-011-0/+14
* BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836)Sebastian Berg2022-12-191-0/+12
* BUG: lib: A loadtxt error message had two values reversed.warren2022-06-181-1/+1
* TST: Clean up an opened temporary file descriptor in loadtxt testsSebastian Berg2022-06-141-0/+5
* TST: Fixup loadtxt int-via-float tests when in release modeSebastian Berg2022-06-091-0/+2
* BUG: (loadtxt) Ignore last empty field when `delimiter=None`Sebastian Berg2022-02-141-1/+5
* TST: Skip error test using on PyPy (test uses %.100R)Sebastian Berg2022-01-301-0/+2
* TST: Fix exception msg matching in tests.Ross Barnowski2022-01-281-5/+5
* Linting.Ross Barnowski2022-01-281-3/+4
* Handle delimiter as bytes.Ross Barnowski2022-01-281-0/+6
* Add test for str dtype len discovery with converters.Ross Barnowski2022-01-281-1/+23
* Add test for empty string as control characters.Ross Barnowski2022-01-281-0/+11
* Add test for unicode, parametrize for chunksize.Ross Barnowski2022-01-281-5/+15
* Add test for datetime parametric unit discovery.Ross Barnowski2022-01-281-1/+23
* TST: Some tests for control character collisions.Ross Barnowski2022-01-281-0/+50
* TST: Use repr in byteswapping testsSebastian Berg2022-01-191-3/+5
* TST: Catch two more errors that runs into the PyPy issueSebastian Berg2022-01-191-0/+4
* TST: Use hand-picked values for byte-swapping testsSebastian Berg2022-01-191-15/+17
* TST: Skip unparsable field error tests on PyPySebastian Berg2022-01-191-1/+15
* TST,BUG: Fortify byteswapping tests and make a small fixSebastian Berg2022-01-151-3/+16
* TST,STY: Add small additional tests for converters/usecolsSebastian Berg2022-01-141-19/+26
* TST: Move most new loadtxt tests to its own fileSebastian Berg2022-01-141-0/+836