You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing adapters/interfaces, an important check is to ensure that a class implements an interface/interfaces, which can be done using the check_implements utility function in traits.interface_checker.
It might be useful to add a test utility function assert_implements for such checks.
The text was updated successfully, but these errors were encountered:
When testing adapters/interfaces, an important check is to ensure that a class implements an interface/interfaces, which can be done using the
check_implements
utility function intraits.interface_checker
.It might be useful to add a test utility function
assert_implements
for such checks.The text was updated successfully, but these errors were encountered: