-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I want to be able to generate tests that take a variable defined in a file and pass these to an (arbitrary) function that I define in generate.yml and then compare the output to a reference given in the generate.yml.
Something like "provide indices a and b so that you can extract the list ["fee"] from ["foo", "fee", "fum"]".
- get
aandbfrom student work (eg a=1, b=2) - define
lambda a, b: ["foo", "fee", "fum"][a:b] - compare to desired output (e.g.
["fee"])
See
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request