Working on #48 : Working

This commit is contained in:
2021-03-11 16:13:55 +01:00
parent 30c99b2d67
commit e303b32eb9
8 changed files with 186 additions and 345 deletions
+1
View File
@@ -674,6 +674,7 @@ class TestReteNetwork(TestUsingMemoryBasedSheerka):
sheerka.remove_rule(context, rule)
assert len(rete_network.pnodes) == 0
@pytest.mark.skip
def test_rules_are_removed_upon_ontology_removal(self):
sheerka, context = self.init_test().unpack()
service = sheerka.services[SheerkaRuleManager.NAME]