zhenlab-ltri / NemaNode

Interactive map of neural connections in the nematode C. elegans. Online at http://nemanode.org.
http://nemanode.org
GNU General Public License v3.0
8 stars 4 forks source link

Fix broken tests and improve database tests #20

Closed dwitvliet closed 4 years ago

dwitvliet commented 4 years ago

Make sure that database tests function independently of the actual data, meaning that all tests should still work if the data changes (e.g. see https://github.com/catmaid/CATMAID/blob/master/django/applications/catmaid/tests/test_common_apis.py). Also, the database tests should function without the need to manually create and populate a test database during installation; it should all be done automatically during testing.

d2fong commented 4 years ago

working on fixing broken tests

d2fong commented 4 years ago

@dwitvliet Can we close this issue or is there more to do here?