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
Address data-driven-science#5
The DBHandler class works with two test cases. The dbhandle.py script
uses DBHandler for all its functions.
* The tests in the test/ directory are broken.
* There are still issues when the tests shutdown their own database
instance. It is probably better to start the database and then test
rather than allow the tests to start their own DB instances
wd15
added a commit
to wd15/ddsm-db
that referenced
this issue
Apr 20, 2015
Address data-driven-science#5
Currently the tests run 5 times. This is an issue with Flask testing
and nosetest working together. Each test class seems to rerun the
entire test suite.
wd15
added a commit
to wd15/ddsm-db
that referenced
this issue
Apr 22, 2015
Address data-driven-science#5
- Use test/config.py for all test configuration.
- Use Handler to run the database daemon.
- Delete the database on tear down.
- Use TestCase instead of LiveServerTestCase to avoid running the
tests multiple times.
The text was updated successfully, but these errors were encountered: