Files
pytest2/testing
Ran Benita 265cc2cfec main: fix only one doctest collected on pytest --doctest-modules __init__.py
When --doctest-modules is used, an `__init__.py` file is not a `Package`
but a `DoctestModule`, but some collection code assumed that
`__init__.py` implies a `Package`. That code caused only a single test
to be collected in the scenario in the subject.

Tighten up this check to explicitly check for `Package`. There are
better solutions, but for another time.

Report & test by Nick Gates <nickgatzgates@gmail.com>.
2020-11-10 22:50:46 +02:00
..
2020-10-31 12:40:25 +02:00
2020-10-05 18:33:17 -07:00
2020-08-03 10:10:43 +03:00
2020-10-03 12:46:54 -07:00
2020-10-17 19:25:45 +03:00
2020-10-03 12:46:54 -07:00
2020-10-05 18:33:17 -07:00
2020-10-03 12:46:54 -07:00
2020-10-03 12:46:54 -07:00
2020-10-05 18:33:17 -07:00
2020-07-21 21:21:09 +03:00
2020-10-17 19:25:45 +03:00
2020-10-05 18:33:17 -07:00
2020-10-25 01:27:44 +02:00
2020-10-05 18:33:17 -07:00
2020-10-05 18:33:17 -07:00