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.
🚀 Feature Proposal
Add testing for the
cyhy.db.chdatabase
submodule.Motivation
As we migrate to
MongoEngine
fromMongoKit
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.