Files
pytest2/testing
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
..
2021-02-20 18:01:42 +00:00
2021-03-07 15:01:39 +01:00
2020-08-03 10:10:43 +03:00
2021-03-08 19:12:08 -08:00
2020-12-18 12:36:20 -08:00
2021-03-06 21:32:03 +01:00
2020-10-05 18:33:17 -07:00
2021-03-04 11:56:21 +01:00