summaryrefslogtreecommitdiff
path: root/testing/test_unittest.py
AgeCommit message (Expand)Author
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-10-10Remove code for unsupported Python versionshugovk
2017-09-01Remove __multicall__ warning and usages in testingBruno Oliveira
2017-07-22Ignore socket warnings on windows for trial testsBruno Oliveira
2017-07-22Turn warnings into errors in pytest's own test suiteBruno Oliveira
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E101 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-07Clean up unittest TestCase objects after tests are complete (#1649).Dan Wandschneider
2016-08-17Move internal _is_unittest_unexpected_success_a_failure to "compat" moduleBruno Oliveira
2016-08-17Merge branch 'master' into merge-master-into-featuresBruno Oliveira
2016-08-17unittest's unexpectedSuccess should work as non-strict xpassBruno Oliveira
2016-08-12Extend test to verify longrepr in stdoutRaphael Pierzina
2016-08-12Update unittest test to expect failure for an unexpected successRaphael Pierzina
2016-07-11Replace all usages of "pytest_funcarg__" for @pytest.fixtureBruno Oliveira
2016-05-19unittest.UnitTestCase: Allow __test__ for methodsAbdealiJK
2016-01-25Moved py.code code over to py.testBruno Oliveira
2015-11-04Fix unittest.skip decorator test and separate the fix into a different, self-...Bruno Oliveira
2015-11-04Suggested edits by Bruno.Lee Kamentsky
2015-11-04Added test for issue #1169Lee Kamentsky
2015-08-18return non-zero exit code if no tests are collectedBruno Oliveira
2015-07-23Merge branch 'pytest-2.7'Bruno Oliveira
2015-07-20Fix autouse fixtures defined in a TestCase subclassBruno Oliveira
2015-06-19Merge remote-tracking branch 'origin/pytest-2.7'holger krekel
2015-06-18unittest.SkipTest now reports original function locationBruno Oliveira
2015-04-22avoid undocumented special casing of "pytest_" prefixholger krekel
2014-04-14issue504: verbose output displays node IDs for each testAndy Freeland
2013-11-21remove an old duplicate marker and use recent pytest mechanism for parametriz...holger krekel
2013-11-19add missing importorskipRonny Pfannschmidt
2013-11-19fix issue384 by removing the trial support codeRonny Pfannschmidt
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2013-09-09fix issue333: fix a case of bad unittest/pytest hook interaction.holger krekel
2013-08-02ref #322 cleanup all teardown calling to only happen when setup succeeded.holger krekel
2013-08-01refs #322: setUpClass and tearDownClass as autouse fixture and finalizerMathieu Agopian
2013-06-22change how the test is calledBrian Okken
2013-06-22add test_unittest_style_setup_teardown()Brian Okken
2012-11-03fix issue148 - recognize @unittest.skip on classes, avoid setup/teardownholger krekel
2012-10-22improve support for trial a bit more: don't run trial's empty TestCase.runTes...holger krekel
2012-10-22fix unittest emulation: TestCase.runTest is now ignoredholger krekel
2012-10-18fix trial testsholger krekel
2012-10-12improve docs further, refine unittest docs, rename ``autoactive`` to ``autouse``holger krekel
2012-10-08remove pytest.setup usageholger krekel
2012-09-22fix issue 191 - add support for runTest method of unittest.TestCase subclassesRonny Pfannschmidt
2012-09-18implement full @pytest.setup function unittest.TestCase interactionholger krekel
2012-03-19try to better handle @unittest.expectedFailure decoratorholger krekel
2011-12-18fix issue101: wrong args to unittest.TestCase test function nowholger krekel
2011-12-14fix unorderable types as reported by Ralf Schmittholger krekel
2011-12-01take the skip property of unittest cases and functions into accountRonny Pfannschmidt
2011-03-05unittest plugin: prune __unittest marked modules from tracesRonny Pfannschmidt