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

Discover and load function-based tests #146

Open
sjagoe opened this issue May 23, 2016 · 1 comment
Open

Discover and load function-based tests #146

sjagoe opened this issue May 23, 2016 · 1 comment
Milestone

Comments

@sjagoe
Copy link
Member

sjagoe commented May 23, 2016

@itziakos pointed out that there is a facility in unittest to generate a test-case based on a top-level function using unittest.FunctionTestCase(callable).

This is something that could easily be added to the haas test discovery system. This will probably start by matching functions names to the regex ^test_.*.

@sjagoe sjagoe added this to the 0.9.0 milestone May 23, 2016
@itziakos
Copy link
Contributor

Related documentation link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants