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
Now that db-tests can run on stable, they no longer need to live in a separate crate.
Reintegrating them back into the main crate will simplify running the entire test suite (in dev and ci) and remove the need for the special db_test feature/cfg! attribute (and possibly even save us all some disk space sans db-tests/target).
The text was updated successfully, but these errors were encountered:
pjenvey
added
cleanup
5
Estimate - l - Moderately complex, will require some effort but clearly defined.
labels
Jan 10, 2020
* test: move db-tests back into the main crate
* test: fixup db tests imports and remove db-test crate remnants
* test: kill the no longer needed db_test feature
Closes#410
Now that db-tests can run on stable, they no longer need to live in a separate crate.
Reintegrating them back into the main crate will simplify running the entire test suite (in dev and ci) and remove the need for the special
db_test
feature/cfg!
attribute (and possibly even save us all some disk space sans db-tests/target).The text was updated successfully, but these errors were encountered: