From b53ee5e6d5efa6b84cb2cea04b5e16dc1586b18f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 4 May 2019 14:19:40 +0300 Subject: Add: placeholder chapter on Saga acceptance tests --- saga.yarn | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.1