start removing lots of print
This commit is contained in:
@@ -37,7 +37,6 @@ def test_condition_tree_structure(db):
|
||||
assert len(child2.get_parents()) == 1
|
||||
assert parent in child2.get_parents()
|
||||
|
||||
print(parent.get_descendents())
|
||||
|
||||
#@pytest.fixture
|
||||
#def create_basic_user(db, django_user_model):
|
||||
|
||||
Reference in New Issue
Block a user