Files
pytest2/doc/en
Ran Benita 11e36c8493 Make transitive Pytester types public
Export `HookRecorder`, `RecordedHookCall` (originally `ParsedCall`),
`RunResult`, `LineMatcher`.

These types are reachable through `Pytester` and so should be public
themselves for typing and other purposes.

The name `ParsedCall` I think is too generic under the `pytest`
namespace, so rename it to `RecordedHookCall`.

The `HookRecorder`'s constructor is made private -- it should only be
constructed by `Pytester`.

`LineMatcher` and `RunResult` are exported as is - no private and no
rename, since they're being used.

All of the classes are made final as they are not designed for
subclassing.
2021-10-23 10:59:18 +03:00
..
2021-03-15 23:20:55 +00:00
2020-12-16 11:19:45 -03:00
2020-08-12 14:47:34 -03:00
2020-10-16 21:29:58 +09:00
2018-05-23 16:45:23 +02:00
2021-05-08 23:45:20 +05:30
2012-06-06 08:52:53 +09:00
2021-09-02 17:40:41 -06:00
2019-12-19 10:35:15 +01:00