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
Is your feature request related to a problem? Please describe.
We can get more complete test results by implementing TestCase as a base class for our tests rather than just creating them as bare functions.
Describe the solution you'd like
Add a new class that our unit tests can extend.
Adopt the new assert functions in our unit tests.
Additional context
This change was discussed here: #352 (comment)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We can get more complete test results by implementing TestCase as a base class for our tests rather than just creating them as bare functions.
Describe the solution you'd like
assert
functions in our unit tests.Additional context
This change was discussed here: #352 (comment)
The text was updated successfully, but these errors were encountered: