summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-05-04 14:19:40 +0300
committerLars Wirzenius <liw@liw.fi>2019-05-04 14:19:40 +0300
commitb53ee5e6d5efa6b84cb2cea04b5e16dc1586b18f (patch)
treecc16d6d2522fad57378c7e81e5316211805dca9a
parent502e61c9a130023324ac26f70fb20de51b8fbd4c (diff)
downloadsaga-poc-b53ee5e6d5efa6b84cb2cea04b5e16dc1586b18f.tar.gz
Add: placeholder chapter on Saga acceptance tests
-rw-r--r--saga.yarn4
1 files changed, 4 insertions, 0 deletions
diff --git a/saga.yarn b/saga.yarn
index 8e7d62c..70263e4 100644
--- a/saga.yarn
+++ b/saga.yarn
@@ -261,3 +261,7 @@ Saga will produce a Python program, which calls these functions in
order, and passes values between them via function arguments and
return values. The program will handle running scenarios concurrently,
and taking care of USING constraints, and other resource constraints.
+
+# Acceptance tests for Saga
+
+FIXME: This needs to be written eventually, when Saga is implemented.