test_ok1/testing
Marcelo Duarte Trevisani 0030ceb11c Bug fix #3593 - approx method in a single element of numpy array
If the user pass as a expected value a numpy array created like
numpy.array(5); it will creates an array with one element without shape,
when used with approx it will raise an error
'TypeError: iteration over a 0-d array'
2018-06-25 22:55:16 +02:00
..
code Use six to import queue instead of py.builtin._tryimport 2018-06-03 13:12:49 -07:00
freeze run black 2018-05-23 16:48:46 +02:00
logging run black 2018-05-23 16:48:46 +02:00
python Bug fix #3593 - approx method in a single element of numpy array 2018-06-25 22:55:16 +02:00
acceptance_test.py run black 2018-05-23 16:48:46 +02:00
deprecated_test.py run black 2018-05-23 16:48:46 +02:00
test_argcomplete.py run black 2018-05-23 16:48:46 +02:00
test_assertion.py bytes() is a builtin in python2.6+ 2018-06-03 11:54:36 -07:00
test_assertrewrite.py DRY in TestAssertionRewrite 2018-06-04 14:03:13 +02:00
test_cacheprovider.py run black 2018-05-23 16:48:46 +02:00
test_capture.py fix imports in tests 2018-06-05 10:20:36 +02:00
test_collection.py sort out flake8 issues and unicode name usage 2018-05-23 18:12:04 +02:00
test_compat.py run black 2018-05-23 16:48:46 +02:00
test_config.py fix imports in tests 2018-06-05 10:20:36 +02:00
test_conftest.py run black 2018-05-23 16:48:46 +02:00
test_doctest.py Failing test case for #3583 2018-06-15 17:23:49 +00:00
test_entry_points.py run black 2018-05-23 16:48:46 +02:00
test_helpconfig.py run black 2018-05-23 16:48:46 +02:00
test_junitxml.py Fix formatting of merged files 2018-05-25 18:21:48 -03:00
test_mark.py Try import mock, but on python 3.3+ can use also stdlib unittest.mock 2018-06-23 23:27:07 +02:00
test_modimport.py run black 2018-05-23 16:48:46 +02:00
test_monkeypatch.py run black 2018-05-23 16:48:46 +02:00
test_nodes.py run black 2018-05-23 16:48:46 +02:00
test_nose.py run black 2018-05-23 16:48:46 +02:00
test_parseopt.py fix imports in tests 2018-06-05 10:20:36 +02:00
test_pastebin.py run black 2018-05-23 16:48:46 +02:00
test_pdb.py run black 2018-05-23 16:48:46 +02:00
test_pluginmanager.py run black 2018-05-23 16:48:46 +02:00
test_pytester.py run black 2018-05-23 16:48:46 +02:00
test_recwarn.py run black 2018-05-23 16:48:46 +02:00
test_resultlog.py run black 2018-05-23 16:48:46 +02:00
test_runner.py Check the exception matches the message for completeness 2018-06-11 20:33:13 -03:00
test_runner_xunit.py run black 2018-05-23 16:48:46 +02:00
test_session.py run black 2018-05-23 16:48:46 +02:00
test_skipping.py run black 2018-05-23 16:48:46 +02:00
test_terminal.py Print <undetermined location> instead of None for warnings 2018-06-10 10:51:36 -07:00
test_tmpdir.py run black 2018-05-23 16:48:46 +02:00
test_unittest.py Fix formatting of merged files 2018-05-25 18:21:48 -03:00
test_warnings.py run black 2018-05-23 16:48:46 +02:00