Daniel Hahler
|
e30f7094f3
|
python: collect: ignore exceptions with isinstance
Fixes https://github.com/pytest-dev/pytest/issues/4266.
|
2018-11-01 22:14:13 +01:00 |
Anthony Sottile
|
2368fbb63c
|
Apply reorder-python-imports to all files
|
2018-10-25 00:01:29 -07:00 |
Bruno Oliveira
|
67106f056b
|
Use a custom holder class so we can be sure __pytest_wrapper__ was set by us
|
2018-08-09 09:22:00 -03:00 |
Bruno Oliveira
|
ef8ec01e39
|
Fix issue where fixtures would lose the decorated functionality
Fix #3774
|
2018-08-04 15:14:00 -03:00 |
Anthony Sottile
|
cbaa7dd56a
|
Upgrade pre-commit hooks except pyupgrade
|
2018-06-26 06:35:27 -07:00 |
Ronny Pfannschmidt
|
703e4b11ba
|
run black
|
2018-05-23 16:48:46 +02:00 |
Kirill Pinchuk
|
12b1bff6c5
|
`compat.safe_getattr` now catches OutcomeExceptions too
|
2017-08-23 17:17:03 +03:00 |
Bruno Oliveira
|
42a5d6bdfa
|
Add __future__ imports to all pytest modules
This prevents silly errors from creeping in Python 2 when testing in Python 3
|
2017-03-16 22:45:40 -03:00 |
Ronny Pfannschmidt
|
123289a88e
|
fixes #2208 by introducing a iteration limit
|
2017-01-19 11:38:15 +01:00 |
Bruno Oliveira
|
caee5ce489
|
Avoid importing asyncio directly because that in turn initializes logging (#8)
|
2016-12-13 21:54:20 -02:00 |
Bruno Oliveira
|
45eb9b566c
|
Move compat tests to a single file using testdir
This avoids having to resort to skipping modules in conftest.py file and avoids flake8 errors
|
2016-12-13 21:28:07 -02:00 |
Dmitry Malinovsky
|
3a59acf69f
|
Use inspect to properly detect generators. Fixes #2129
|
2016-12-11 21:59:11 +06:00 |
holger krekel
|
6f0db1d193
|
kill unused code
--HG--
branch : trunk
|
2010-01-16 19:41:05 +01:00 |
holger krekel
|
9da1ba40ed
|
move down py/impl/XYZ to py/_XYZ
--HG--
branch : trunk
|
2010-01-13 17:15:54 +01:00 |
holger krekel
|
5c27076d32
|
flatten test directory hierarchy and merge smaller into larger files
--HG--
branch : trunk
|
2010-01-13 16:17:50 +01:00 |