summaryrefslogtreecommitdiff
path: root/numpy/tests
AgeCommit message (Expand)AuthorFilesLines
2018-02-03ENH: Add a repr to np._NoValueEric Wieser1-1/+7
2017-11-12ENH: Add `order=` keyword to `np.eye()` (#9996)Danny Hermes1-4/+13
2017-08-06TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris1-0/+0
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser1-1/+1
2017-07-24TST: Remove unittest dependencies in numpy/tests.Charles Harris1-23/+23
2017-07-04MAINT: Rearrange files in numpy/testing module.Charles Harris2-7/+4
2017-06-03BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser1-1/+1
2017-05-09ENH: Spelling fixesVille Skyttä1-2/+2
2017-03-25MAINT: Remove asbytes where a b prefix would sufficeEric Wieser1-3/+3
2016-09-02TST: Add tests for stacklevel in warnings and "ignore" filters.Sebastian Berg1-0/+86
2016-08-16BUG: Make sure numpy globals keep identity after reload.Charles Harris1-3/+11
2016-07-20BUG: Raise RuntimeError when reloading numpy is attempted.Charles Harris1-0/+26
2016-04-20TST: Fix test_ctypeslib and test_indexing when running on debug interpreterTadeu Manoel1-1/+8
2016-02-23[PATCH] Make _pointer_type_cache functionalMeet Udeshi1-0/+5
2016-02-15MAINT: Use `is None` or `is not None` instead of `== None` or `!= None`.Dongjoon Hyun1-1/+1
2016-02-02TST: Fixed f2py test for Anaconda non-win32gfyoung1-8/+3
2016-01-25TST: Fixed f2py test for non-versioned python executablesgfyoung1-4/+13
2016-01-25TST: Fixed f2py test for win32 virtualenvgfyoung1-1/+7
2016-01-16TST: fix issues with test for correctness of numpy version string.Ralf Gommers1-4/+4
2016-01-16TST: add test to check for correct version string format.Ralf Gommers1-0/+23
2015-12-26BUG: ignore exceptions in numpy/tests/test_scripts.py/test_f2pCharles Harris1-4/+5
2015-12-16BUG: Fix use of python 3 only FileNotFoundError in test_f2py.Charles Harris1-4/+5
2015-12-05TST: test f2py, fallback on f2py2.7 etc., fixes #6718Jörn Hees1-3/+15
2015-08-01TST: on Windows run f2py from the Scripts directoryChristoph Gohlke1-2/+6
2015-07-25STY: PEP8 and pyflakes fixes for numpy/tests.Charles Harris2-25/+29
2015-04-30TEST: add module to test installed scriptsMatthew Brett1-0/+65
2013-08-18STY: Giant comma spacing fixup.Charles Harris2-6/+6
2013-04-062to3: Apply `print` fixer.Charles Harris2-5/+5
2013-03-282to3: Use absolute imports.Charles Harris2-2/+2
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris2-0/+4
2013-02-262to3: Use modern exception syntax.Charles Harris1-2/+2
2012-11-23BUG: Import run_module_suite in test_matlib.pyCharles Harris1-1/+1
2012-10-21TST: Update ctypes tests for changed contiguous flags setting.Sebastian Berg1-2/+2
2012-02-18DEP: Fix some functions now deprecated in Python 3.Charles Harris1-12/+12
2011-06-23BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.rgommers1-6/+2
2011-03-02BUG: fix up shared library extension, which changed in Python 3.2. Closes #1749.rgommers1-0/+4
2010-07-31TST: Add tests for matlib. Closes #1242.Pauli Virtanen1-0/+53
2009-03-12Skip graciously when ctypes is not available.David Cournapeau1-0/+8
2008-09-13Tag ctypes load library tests as known failures on cygwin.David Cournapeau1-0/+4
2008-06-21Restore old test framework classes.Alan McIntyre1-1/+1
2008-06-17Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre1-9/+10
2008-05-25Handle library with extension in their name for ctypes.load_library.David Cournapeau1-0/+16
2008-03-23Do not fail test when ctypes is not available; print a message about skipping...David Cournapeau1-2/+7
2008-03-23Revert accidentally commited changes to TestLoadLibrary unittest for ctypes.David Cournapeau1-7/+2
2008-03-23Fix has_sse3 and add has_ssse3 function for cpuinfo on linux.David Cournapeau1-2/+7
2008-03-16In ctypes.load_library, also attempt to load .so files on failure.Stefan van der Walt1-1/+6
2007-12-29more janitorial workJarrod Millman1-28/+26
2007-10-02Rename test classes to CapWords.Stefan van der Walt1-1/+1
2007-01-08Whitespace cleanup.Stefan van der Walt1-57/+57
2006-08-14Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant1-0/+63