summaryrefslogtreecommitdiff
path: root/src/_pytest/unittest.py
AgeCommit message (Expand)Author
2019-08-02Merge master into featuresDaniel Hahler
2019-07-20unittest: handle outcomes.ExitDaniel Hahler
2019-07-11Remove support code for unittest 2Bruno Oliveira
2019-06-04item.obj is again a bound method on TestCase function itemsBruno Oliveira
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-01-31Fix setUpClass being called in subclasses that were skippedBruno Oliveira
2019-01-10xunit-style functions and methods are invoked by autouse fixturesBruno Oliveira
2018-12-21remove most of markertransferRonny Pfannschmidt
2018-11-22fix #4386 - restructure construction and partial state of ExceptionInfoRonny Pfannschmidt
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-09-13remove the legacy code about im_func and generalize using fix and compat.geti...Ronny Pfannschmidt
2018-08-08Fix AttributeError bug in TestCaseFunction.teardown by creating TestCaseFunct...Wes Thomas
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-26switch to src layoutRonny Pfannschmidt