Added chicken and egg recursion detection

This commit is contained in:
2020-02-06 17:50:14 +01:00
parent afc1e22949
commit 7481b458e1
16 changed files with 358 additions and 77 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class BaseTest:
@staticmethod
def pretval(concept, source=None, parser="parsers.name"):
"""ParserResult ret_val"""
"""ParserResult ret_val (p stands for ParserResult)"""
return ReturnValueConcept(
"some_name",
True,