You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
586 B
YAML

2 years ago
scripts:
- file: "examples/example.lua"
call: "filter_entry"
tests:
- name: "adds y key"
input:
tag: "hi"
timestamp: "2014-10-02T15:01:23Z"
record:
w: x
expected:
code: 0
timestamp: "2014-10-02T15:01:23Z"
record:
w: x
y: z
- name: "resets existing y key"
input:
tag: "hi"
timestamp: "2014-10-02T15:01:23Z"
record:
y: something else
expected:
code: 0
timestamp: "2014-10-02T15:01:23Z"
record:
y: z