Files
pytest2/testing
Ran Benita d33da078a8 Move ExitCode's definition from _pytest.main to _pytest.config
ExitCode is used in several internal modules and hooks and so with type
annotations added, needs to be imported a lot.

_pytest.main, being the entry point, generally sits at the top of the
import tree.

So, it's not great to have ExitCode defined in _pytest.main, because it
will cause a lot of import cycles once type annotations are added (in
fact there is already one, which this change removes).

Move it to _pytest.config instead.

_pytest.main still imports ExitCode, so importing from there still
works, although external users should really be importing from `pytest`.
2020-02-10 23:55:06 +02:00
..
2020-01-29 23:47:39 +01:00
2019-11-06 22:08:10 +01:00
2020-01-16 21:12:48 +01:00
2020-01-15 11:20:00 +01:00
2020-01-24 23:44:50 +01:00
2019-10-22 23:44:52 +02:00
2019-11-16 18:55:32 +01:00