Get parents recursively
Compare changes
+ 36
− 15
@@ -48,7 +48,26 @@ def teardown_function(function):
@@ -66,29 +85,31 @@ def test_recursive_parents():
@@ -137,8 +158,8 @@ def test_entity_has_parent():
Re-enabled tests and added new test for:
Entity.get_parents_recursively() does not work for unretrieved parents caosdb-pylib#90
Does this cover the reported issue?
pytest-3 -k recurs
or pytest-3 tests/test_recursive_parents.py
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.