jhu-bids / TermHub

Web app and CLI tools for working with biomedical terminologies. https://github.com/orgs/jhu-bids/projects/9/views/7
https://bit.ly/termhub
GNU General Public License v3.0
8 stars 10 forks source link

Graph tests #810

Closed joeflack4 closed 2 weeks ago

joeflack4 commented 2 weeks ago

Updates

Graph tests
- Update: test_subgraph(): Moved from test_backend.py to test_graph.py
- Update test_graph.py: Activated tests
- Delete: Deprecated get_connected_subgraph(). Has moved to concept_graph()
- Update: Needed to refactor these tests to match the codebase changes. Still much broken, unwritten assertions; WIP.

Priority

Siggie thought it might be quick to reactivate test_subgraph(). I'm also activating other tests. If they break and they're not quick to fix, I'm going to set them to skip, and make an issue to do them later, as other tests / issues may have greater priority.