summaryrefslogtreecommitdiff
path: root/testing/test_unittest.py
AgeCommit message (Expand)Author
2021-01-13unittest: cleanup unexpected success handling (#8231)Anton
2020-12-18tests: Migrate to pytester - final updateantonblr
2020-11-19Call Python 3.8 doClassCleanups (#8033)Petter Strandmark
2020-11-07fixtures: deprecate pytest.yield_fixture()Ran Benita
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-09-27Bump attrs requirement from >=17.4.0 to >=19.2.0Ran Benita
2020-08-05Fix test_plain_unittest_does_not_support_async on pypy3Bruno Oliveira
2020-08-04Demonstrate that plain unittest does not support async tests (#7607)Bruno Oliveira
2020-08-03testing: fix some docstring issuesRan Benita
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-30Do not call TestCase.tearDown for skipped tests (#7236)Bruno Oliveira
2020-05-02Fix test_trial_error in test_unittestBruno Oliveira
2020-05-02Fix cleanup functions not being invoked on test failuresBruno Oliveira
2020-05-01Let unittest frameworks deal with async functionsBruno Oliveira
2020-03-30prepare tests and disable warnings for asyncio unittest casesRonny Pfannschmidt
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2019-12-03Merge branch 'features' into unittest-debugBruno Oliveira
2019-11-16re-run blackDaniel Hahler
2019-11-10unittest: do not use TestCase.debug() with `--pdb`Daniel Hahler
2019-10-19tests: harden/fix test_trial_errorDaniel Hahler
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-08-02Merge master into featuresDaniel Hahler
2019-07-23tests: unittest: fix/harden "test_exit_outcome"Daniel Hahler
2019-07-23Improve test for pytest.exit handlingBruno Oliveira
2019-07-20unittest: handle outcomes.ExitDaniel Hahler
2019-07-11Remove support code for unittest 2Bruno Oliveira
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
2019-06-04item.obj is again a bound method on TestCase function itemsBruno Oliveira
2019-06-03manual: remove dependence on sixAnthony 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-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-09Remove the 'issue' marker from test suiteBruno Oliveira
2019-03-23tests: fnmatch_lines: use listDaniel Hahler
2019-01-31Fix setUpClass being called in subclasses that were skippedBruno Oliveira
2018-11-22Fix formatting of print() callsAnthony Sottile
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-03Improve error message when TestCase functions use a parametrized fixtureBruno Oliveira
2018-08-08Trimming Trailing WhitespaceWes Thomas
2018-08-08Fix AttributeError bug in TestCaseFunction.teardown by creating TestCaseFunct...Wes Thomas
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-25Fix formatting of merged filesBruno Oliveira
2018-05-25Merge branch 'master' into pre-commit-hookBruno Oliveira
2018-05-24more debugging for #3498Ronny Pfannschmidt
2018-05-24add failing test for #3498Ronny Pfannschmidt
2018-05-23run blackRonny Pfannschmidt
2017-11-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira