diff --git a/Tests/Integration/README b/Tests/Integration/README index db62e4ed4..5cab950d4 100644 --- a/Tests/Integration/README +++ b/Tests/Integration/README @@ -52,5 +52,5 @@ AssertionError: event creation/modification: expected status code '403' (receive - Always set a doc string on the test methods, especially for complex test cases. -- When writing tests, be aware that contrary to unit tests, functional tests +- When writing tests, be aware that contrarily to unit tests, functional tests often imply a logical order between the different steps.