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
Any tests with stubs in code and not yet implemented. Will be marked as: @unittest.skip("Deactivated test. Not yet implemented.")
Siggie: I wish we had a collection of tests for what we're supposed to get back on sometimes troublesome api calls, like this, to make sure that when I fix something, we're still getting the same result (ref)
the same
- Fixed extra_concept_ids param signature in indented_concept_list_get
because I was trying to test something
- The Example comparison on the home page was taking forever to run. I
figured out that I was doing part of the finding common ancestors
algorithm backwards and now it's very fast.
- @joeflack4, I wish we had a collection of tests for what we're
supposed to get back on sometimes troublesome api calls, like this, to
make sure that when I fix something, we're still getting the same
result
Overall testing plans
Division of labor
GitHub actions
Frontend
Backend
test_get_missing_in_between_nodes()
upgrade #784test_subgraph()
#807test_concept_graph()
#811@unittest.skip("Deactivated test. Not yet implemented.")
test_resolve_fetch_failures_excess_items()
#829Done
Backend & Frontend
Enclave Wangler
Manual testing
The text was updated successfully, but these errors were encountered: