Added note about deferring module test relocation. (#17333)
This commit is contained in:
parent
4419563185
commit
3a83379b1d
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ Target: September 2016
|
||||||
**Done:** Most tests have been migrated from Travis to Shippable.
|
**Done:** Most tests have been migrated from Travis to Shippable.
|
||||||
- **Core Module Test Organization**
|
- **Core Module Test Organization**
|
||||||
Relocate core module tests to ansible-modules-core to encourage inclusion of tests in core module PRs.
|
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 <https://github.com/ansible/proposals/blob/master/modules-management.md>`_.
|
||||||
- **Documentation**
|
- **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.
|
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**
|
- **Test Coverage**
|
||||||
|
|
Loading…
Reference in a new issue