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
It should be possible to have almost-arbitrary kwargs as arguments to test_case. Probably all of our kwargs should be prefixed with aga_, and we should just reserve all such keywords, and allow the user to define others as test inputs.
The text was updated successfully, but these errors were encountered:
This uses unittest utilities to dynamically name and describe our test
cases (TestCase.shortDescription) and send better failure messages which
properly report the error case.
This does _not_ currently do anything with kwargs (see #1).
It should be possible to have almost-arbitrary kwargs as arguments to
test_case
. Probably all of our kwargs should be prefixed withaga_
, and we should just reserve all such keywords, and allow the user to define others as test inputs.The text was updated successfully, but these errors were encountered: