You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Right now I see a lot of tests are duplicated in:
Would be nice to re-organize the tests to have:
base.py
sql.py
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.The text was updated successfully, but these errors were encountered: