summaryrefslogtreecommitdiff
path: root/subplot/data.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-18 09:49:04 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-18 10:02:33 +0300
commit46bea38612245a28af8e5daaf76544f25ec74d90 (patch)
tree2f86d98fc8b313f2e595ff65cb3d4e5c87a8b3e4 /subplot/data.yaml
parentecd9cf74e670afb112189171486e91161bd5580d (diff)
downloadobnam2-46bea38612245a28af8e5daaf76544f25ec74d90.tar.gz
test: add scenario to verify chunkify works
Sponsored-by: author
Diffstat (limited to 'subplot/data.yaml')
-rw-r--r--subplot/data.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/subplot/data.yaml b/subplot/data.yaml
index 41a563f..46be6bc 100644
--- a/subplot/data.yaml
+++ b/subplot/data.yaml
@@ -31,8 +31,11 @@
- given: "JSON file {json_name} converted from YAML file {yaml_name}"
function: convert_yaml_to_json
-- then: "stdout, as JSON, matches file {filename}"
- function: match_stdout_to_json_file
+- then: "stdout, as JSON, exactly matches file {filename}"
+ function: match_stdout_to_json_file_exactly
+
+- then: "stdout, as JSON, has all the values in file {filename}"
+ function: match_stdout_to_json_file_superset
- then: "file {filename} is restored to {restored}"
function: file_is_restored