pytest2/doc/en/reference
Ran Benita f2d65c85f4 code: export ExceptionInfo for typing purposes
This type is most prominent in `pytest.raises` and we should allow to
refer to it by a public name.

The type is not in a perfectly "exposable" state. In particular:

- The `traceback` property with type `Traceback` which is derived from
  the `py.code` API and exposes a bunch more types transitively. This
  stuff is *not* exported and probably won't be.

- The `getrepr` method which probably should be private.

But they're already used in the wild so no point in just hiding them
now.

The __init__ API is hidden -- the public API for this are the `from_*`
classmethods.
2021-03-13 15:59:44 +02:00
..
cache.rst Added how-to and reference directories. 2021-03-11 22:13:01 +00:00
customize.rst Added how-to and reference directories. 2021-03-11 22:13:01 +00:00
doctest.rst Added how-to and reference directories. 2021-03-11 22:13:01 +00:00
fixture.rst Added how-to and reference directories. 2021-03-11 22:13:01 +00:00
logging.rst Added how-to and reference directories. 2021-03-11 22:13:01 +00:00
plugin_list.rst Added how-to and reference directories. 2021-03-11 22:13:01 +00:00
reference.rst code: export ExceptionInfo for typing purposes 2021-03-13 15:59:44 +02:00
unittest.rst Added how-to and reference directories. 2021-03-11 22:13:01 +00:00
warnings.rst Added how-to and reference directories. 2021-03-11 22:13:01 +00:00
writing_plugins.rst Added how-to and reference directories. 2021-03-11 22:13:01 +00:00
xunit_setup.rst Added how-to and reference directories. 2021-03-11 22:13:01 +00:00