FerreroJeremy/ln2sql

Break tests into sensible groups

shashank88 opened this issue · 0 comments

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