commit 7c645d40702c21c45059a01c67fe67150bd109d5 Author: Arturo Filastò arturo@filasto.net Date: Fri Sep 28 12:01:39 2012 +0000
Add note about backward compatibility. --- docs/source/writing_tests.rst | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/docs/source/writing_tests.rst b/docs/source/writing_tests.rst index a18b096..3d58dab 100644 --- a/docs/source/writing_tests.rst +++ b/docs/source/writing_tests.rst @@ -74,3 +74,11 @@ To access the current input you can use the ``input`` attribute, for example:: This will at each iteration over the list of inputs do something with the input.
+Backward compatibility +---------------------- + +All ooni tests written using the experiment(), control() pattern are supported, +but all new tests should no longer be written using such pattern. + +Code in protocols should be refactored to follow the new API. +