summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.