From 7ba1af38b8730b48a39c338574c9a381bd4d916f Mon Sep 17 00:00:00 2001 From: Eric Mountain Date: Mon, 7 Dec 2020 21:41:18 +0100 Subject: [PATCH] TESTING.md: note that integration-cli is deprecated Signed-off-by: Eric Mountain --- TESTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TESTING.md b/TESTING.md index bfbc1c09e3..fb0e4e9e6e 100644 --- a/TESTING.md +++ b/TESTING.md @@ -47,6 +47,13 @@ Bugs fixes should include a unit test case which exercises the bug. A bug fix may also include new assertions in existing integration tests for the API endpoint. +### Writing new integration tests + +Note the `integration-cli` tests are deprecated; new tests will be rejected by +the CI. + +Instead, implement new tests under `integration/`. + ### Integration tests environment considerations When adding new tests or modifying existing tests under `integration/`, testing