Files
pytest2/testing
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-07 15:01:39 +01:00
2020-08-03 10:10:43 +03:00
2021-08-19 20:17:43 +01:00
2021-03-06 21:32:03 +01:00
2020-10-05 18:33:17 -07:00
2021-07-18 15:32:52 +03:00