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

Group tests into chunks #30

Closed
shashank88 opened this issue Nov 27, 2017 · 0 comments
Closed

Group tests into chunks #30

shashank88 opened this issue Nov 27, 2017 · 0 comments

Comments

@shashank88
Copy link
Contributor

It's not a good practice to loop all different test cases in one tests. Grouping into categories like:
test_select()
test_select_where()

gives more context and allows adding tests more easily and detecting issues more easier. As I have already moved to pytest, just need to break it to chunks

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