Fixed #61 : SheerkaDebugManager: Add get_value()
Fixed #60 : Hash error when ReturnValue is a list of list Fixed #59 : Implement smart_get() Fixed #58 : SheerkaPromptCompleter: Cannot parse concept token Fixed #57 : SheerkaPrompt: Add concept autocompletion Fixed #56 : automatically backup command Fixed #54 : I can record execution status Fixed #53 : ConceptManager: modify_concept fails
This commit is contained in:
@@ -25,7 +25,8 @@ class TestUsingMemoryBasedSheerka(BaseTest):
|
||||
sheerka.initialize("mem://",
|
||||
save_execution_context=False,
|
||||
enable_process_return_values=False,
|
||||
enable_process_rules=False)
|
||||
enable_process_rules=False,
|
||||
enable_commands_backup=False)
|
||||
return sheerka
|
||||
|
||||
def get_sheerka(self, **kwargs) -> Sheerka:
|
||||
|
||||
Reference in New Issue
Block a user