summaryrefslogtreecommitdiff
path: root/src/_pytest/nose.py
AgeCommit message (Expand)Author
2020-08-01Format docstrings in a consistent styleRan Benita
2020-06-05Type annotate some more hooks & implsRan Benita
2019-07-11Remove support code for unittest 2Bruno Oliveira
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-04-03minor: check_interactive_exception: use SkippedDaniel Hahler
2019-01-28Handle unittest.SkipTest exception with non-ascii charactersBruno Oliveira
2018-11-30refactor CallInfo constructor magic into named constructorRonny Pfannschmidt
2018-11-30remove yield tests and compat propertiesRonny Pfannschmidt
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-05-26switch to src layoutRonny Pfannschmidt