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

Avoid code duplication in tests #25

Open
gi0baro opened this issue Dec 27, 2014 · 0 comments
Open

Avoid code duplication in tests #25

gi0baro opened this issue Dec 27, 2014 · 0 comments
Assignees

Comments

@gi0baro
Copy link
Member

gi0baro commented Dec 27, 2014

Right now I see a lot of tests are duplicated in:

  • tests/sql.py
  • tests/nosql.py

Would be nice to re-organize the tests to have:

  • Tests we run on all the drivers on a single file like base.py
  • SQL specific tests into sql.py
  • noSQL specific tests into nosql.py

Would also be nice to separate tests depending on the specific things we test, for example I moved validation tests into validation.py and will do the same for caching.

@gi0baro gi0baro added this to the 15.06 milestone Mar 20, 2015
@gi0baro gi0baro added the tests label Mar 23, 2015
@gi0baro gi0baro modified the milestones: 15.07, 15.09 Jul 2, 2015
@gi0baro gi0baro self-assigned this Jul 2, 2015
@gi0baro gi0baro removed this from the 15.09 milestone Sep 9, 2015
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

1 participant