You must now use 'eval' to get the body of a concept
This commit is contained in:
@@ -5,6 +5,7 @@ import pytest
|
||||
from core.builtin_concepts import ReturnValueConcept, BuiltinConcepts
|
||||
from core.sheerka import Sheerka, ExecutionContext
|
||||
import core.builtin_helpers
|
||||
from sdp.sheerkaDataProvider import Event
|
||||
|
||||
|
||||
def test_i_can_use_expect_one_when_empty():
|
||||
@@ -160,7 +161,7 @@ def get_sheerka():
|
||||
|
||||
|
||||
def get_context(sheerka):
|
||||
return ExecutionContext("test", "xxx", sheerka)
|
||||
return ExecutionContext("test", Event(), sheerka)
|
||||
|
||||
|
||||
def dump_ast(node):
|
||||
|
||||
Reference in New Issue
Block a user