flake8
passed.
JSHint
passed.
Review Request #12832 — Created Feb. 12, 2023 and submitted
This adds some typing to
IntegrationTestCase
, using generics to make
sure that theintegration
instance matches the provided class. That
can help unit tests that need to call methods on a given integration,
allowing them to take advantage of typing.
Unit tests pass on all supported versions of Python.
Made use of this in an upcoming change.
Summary | ID |
---|---|
ae178bfc91448e4492708b60ad695af0c0f7c3aa |