From 3a83379b1de3f2ca64a50211bf7304abb1c9bce4 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 31 Aug 2016 12:22:29 -0700 Subject: [PATCH] Added note about deferring module test relocation. (#17333) --- docsite/rst/roadmap/ROADMAP_2_2.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docsite/rst/roadmap/ROADMAP_2_2.rst b/docsite/rst/roadmap/ROADMAP_2_2.rst index 704e2b34ce..eb5091b70c 100644 --- a/docsite/rst/roadmap/ROADMAP_2_2.rst +++ b/docsite/rst/roadmap/ROADMAP_2_2.rst @@ -145,6 +145,7 @@ Target: September 2016 **Done:** Most tests have been migrated from Travis to Shippable. - **Core Module Test Organization** Relocate core module tests to ansible-modules-core to encourage inclusion of tests in core module PRs. + **Deferred:** Relocation of core module tests has been deferred due to proposed changes in `modules management `_. - **Documentation** Expand documentation on setting up a development and test environment, as well as writing tests. The goal is to ease development for new contributors and encourage more testing, particularly with module contributions. - **Test Coverage**