summaryrefslogtreecommitdiff
path: root/testing/test_nose.py
AgeCommit message (Expand)Author
2020-11-30Migrate test_nose.py from testdir to pytesterChristine Mecklenborg
2020-01-23Node.location: handle str with _node_location_to_relpathDaniel Hahler
2020-01-23tests: improve test for `nose.raises`Daniel Hahler
2020-01-20Revert "Fix type errors after adding types to the `py` dependency"Ran Benita
2019-10-31typosPatrick Harmon
2019-08-01didnt -> didn'tSemen Zhydenko
2019-06-04Clean up u' prefixes and py2 bytes conversionsAnthony Sottile
2019-06-03Clean up __future__ and coding: in testsAnthony Sottile
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-03-23tests: fnmatch_lines: use listDaniel Hahler
2019-01-28Handle unittest.SkipTest exception with non-ascii charactersBruno Oliveira
2018-11-30remove yield tests and compat propertiesRonny Pfannschmidt
2018-11-22Fix formatting of print() callsAnthony Sottile
2018-11-12Change RemovedInPytest4Warnings to errors by defaultBruno Oliveira
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-23run blackRonny Pfannschmidt
2018-05-13Spelling and grammar fixesVille Skyttä
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2016-11-20Fix flake8 E305 and E306 errorsBruno Oliveira
2015-12-16Remove code related to support python <= 2.5Bruno Oliveira
2015-08-08add test for @nose.tools.istestTomV
2015-04-28use runpytest() instead of runpytest_inprocess if a test can run as subproces...holger krekel
2015-04-28streamline pytester API majorly:holger krekel
2015-04-28- make API between runpytest() and inline_run() more similarholger krekel
2015-04-27make test suite more tolerable against xdist causing warnings itself (which i...holger krekel
2014-03-14Fixed race condition with SkipTest when module not in sys.modules on collection.schlamar
2014-01-29fix flakes failuresholger krekel
2014-01-18replace py.test module references with pytestJurko Gospodnetić
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2013-08-16merge pull request #27: correctly handle nose.SkipTest during collection. Th...holger krekel
2013-04-16slightly improve -k help stringholger krekel
2013-03-25fix Issue 265 - integrate nose setup/teardown with setupstateRonny Pfannschmidt
2013-03-14correctly handle nose.SkipTest during collectionAntonio Cuni
2013-02-07fix issue 260 - don't use nose specials on plain unittest casesRonny Pfannschmidt
2012-11-06fix issue217 - to support @mock.patch with pytest funcarg-fixtures, also spli...holger krekel
2012-11-05merge pull requestRonny Pfannschmidt
2012-11-05test call_optional not calling non-callable functionsRonny Pfannschmidt
2012-10-22- fix test_nose.py by being more tolerant about the error messageholger krekel
2012-10-17typographic fixes, little simplificationholger krekel
2012-10-12improve docs further, refine unittest docs, rename ``autoactive`` to ``autouse``holger krekel
2012-10-08remove pytest.setup usageholger krekel
2012-09-22don't call nose' setup methods if they are marked with pytest.setupholger krekel
2011-07-05fix issue53: nose-style setup now called with the correct orderingholger krekel