core tests: disambiguate arg 'request' through typing
Closed
requested to merge generated-differential-D4382-source into generated-differential-D4382-target
- Oct 29, 2020
-
-
Tenma authored
Both requests.Request and _pytest.FixtureRequest objects are passed to test fixtures as argument 'request'. This hurts readability. Adding typing annotations makes it clear which one is meant.
-