summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_print.py
Commit message (Expand)AuthorAgeFilesLines
* WHL: musllinux wheels [wheel build]Andrew Nelson2023-02-011-1/+3
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-4/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-211-1/+1
* TST: Parametrize print tests.Elliott Sales de Andrade2018-09-071-40/+31
* BUG: use absolute imports in test filesmattip2018-05-071-1/+1
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-5/+2
* TST: Remove nose dependence of locale tests.Charles Harris2018-03-241-38/+15
* MAINT: cleanup yield testsxoviat2018-01-061-6/+6
* TST: update tests to account for dragon4 fixesAllan Haldane2017-11-041-25/+25
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-3/+3
* MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-091-6/+4
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-4/+4
* STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris2015-07-251-4/+7
* STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris2015-07-251-7/+7
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* MAINT: Remove unneeded version checks.Charles Harris2013-04-241-59/+22
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-4/+4
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-1/+5
* 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
* BUG: Fix some test bugs.Charles Harris2012-05-021-3/+3
* TST: Python 2.6 doesn't implement complex.__format__, so skip the tests thereMark Wiebe2011-03-261-6/+13
* ENH: Add scalar support for the format() function introduced in Python 2.6 (#...Mark Wiebe2011-03-251-0/+26
* ENH: core/test: try more locales out in_foreign_locale to make it work also o...Pauli Virtanen2010-05-131-9/+16
* 3K: fix test_complex_inf_nanPauli Virtanen2009-12-061-1/+1
* Remove obsolete commented-out codePauli Virtanen2009-10-151-8/+0
* Set formatting references for nan/inf complexes depending on the python versi...David Cournapeau2009-03-101-18/+38
* Fixing #1045: don't output * in between of inf/nan and jPauli Virtanen2009-03-101-0/+27
* Merge fix_float_format branch into the trunk.David Cournapeau2009-02-141-55/+66
|\
| * More tests for fromstring, fromfile, tostring, tofile.Pauli Virtanen2009-01-121-2/+2
| * Improve fromfile/fromstring test coverage, and add tests to check locale-inde...Pauli Virtanen2008-12-301-39/+25
| * Use reference for inf/nan.David Cournapeau2008-12-301-3/+9
| * Fix single precision complex/real redirected print tests.David Cournapeau2008-12-301-2/+22
| * Fix complex reference.David Cournapeau2008-12-301-2/+2
* | Tag formatting unit tests as known failures.David Cournapeau2009-01-091-0/+8
* | Revert buggy test fix for locale independecce.David Cournapeau2009-01-081-1/+1
* | Fix test_print.py function _test_locale_independance() since str(1.2) does no...chanley2009-01-081-1/+1
* | Fix python 2.4 issue.David Cournapeau2009-01-081-8/+9
|/
* Do not use dict for reference: hashing on scalar arrays does not work as I ex...David Cournapeau2008-12-301-21/+17
* complex scalar arrays cannot be created from real/imag args: wrap init values...David Cournapeau2008-12-301-9/+9
* Fix typo.David Cournapeau2008-12-301-1/+1
* Fix typo.David Cournapeau2008-12-301-1/+1
* More fixes for print tests.David Cournapeau2008-12-301-5/+13
* Fix some more redirected output print tests.David Cournapeau2008-12-301-16/+2
* Fix more formatting tests on win32.David Cournapeau2008-12-301-10/+7
* Hardcode reference for inf/nan-involved values.David Cournapeau2008-12-301-2/+9
* Special case float tests on windows: python 2.5 and below have >=3 digits in ...David Cournapeau2008-12-301-2/+10