Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better kwarg support #1

Closed
rileyshahar opened this issue Sep 26, 2021 · 0 comments
Closed

Better kwarg support #1

rileyshahar opened this issue Sep 26, 2021 · 0 comments

Comments

@rileyshahar
Copy link
Owner

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.

rileyshahar added a commit that referenced this issue Sep 26, 2021
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant