Create Testing for the cyhy.db.chdatabase Submodule
mcdonnnj opened this issue ยท 0 comments
mcdonnnj commented
๐ Feature Proposal
Add testing for the cyhy.db.chdatabase
submodule.
Motivation
As we migrate to MongoEngine
from MongoKit
in #54, and to Python 3 in the future, it will be helpful to have robust testing in place to ensure that changes are not breaking existing functionality. There is currently no testing for this essential piece of this library, which makes it difficult to test for regressions and matching functionality.
Work for this will take place on the improvement/implement_database.db.chdatabase_testing branch.