diff options
Diffstat (limited to 'progtest/test/_stub/good.yml')
-rw-r--r-- | progtest/test/_stub/good.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/progtest/test/_stub/good.yml b/progtest/test/_stub/good.yml new file mode 100644 index 0000000..a4c682e --- /dev/null +++ b/progtest/test/_stub/good.yml @@ -0,0 +1,7 @@ +# Simple test case that should succeed + +- description: Success + data: + in: 1 + expect: + out: 1 |