Skip to content

Commit

Permalink
Added test to check storage capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
josemiguel-rodrigueznaranjo committed Jun 27, 2024
1 parent 90d4fe5 commit a5385a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion toolium/test/utils/test_dataset_map_param_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ class Context(object):
context = Context()
context.attribute = "attribute value"
context.feature_storage = {}
context.storage = {"storage_key": "previous storage entry value"}
dataset.store_key_in_storage(context, "[FEATURE:storage_key]", "feature storage entry value")
context.storage = {"storage_key": "storage entry value"}
dataset.store_key_in_storage(context, "[storage_key]", "storage entry value")
dataset.behave_context = context

result_st = map_param("[CONTEXT:storage_key]")
Expand Down

0 comments on commit a5385a0

Please sign in to comment.