diff options
author | Rich Trott <rtrott@gmail.com> | 2016-02-26 14:20:43 -0800 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2016-03-15 15:33:16 -0700 |
commit | 2a0b3daa4c405966e05b0fe875e3558dfc5d6fc0 (patch) | |
tree | 80b530e7fb2f407cb01f2edcf91367556c31cf08 /WORKING_GROUPS.md | |
parent | 99a5d079357c113d85564e7e5577e6c66bb1e10a (diff) | |
download | node-new-2a0b3daa4c405966e05b0fe875e3558dfc5d6fc0.tar.gz |
doc: add Testing WG
Add the proposed Testing WG. WORKING_GROUPS.md indicates that opening
a pull request to that file is the way to request that a charter be
ratified by the TC. So, that's what this is.
The charter document is currently:
https://github.com/nodejs/testing/blob/master/Charter.md
PR-URL: https://github.com/nodejs/node/pull/5461
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'WORKING_GROUPS.md')
-rw-r--r-- | WORKING_GROUPS.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index 3b07580dea..4ae845c396 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -32,6 +32,7 @@ back in to the CTC. * [Intl](#intl) * [HTTP](#http) * [Documentation](#documentation) +* [Testing](#testing) #### Process: @@ -287,6 +288,18 @@ Its responsibilities are: * Creating and operating a process for documentation review that produces quality documentation and avoids impeding the progress of Core work. +### [Testing](https://github.com/nodejs/testing) + +The Node.js Testing Working Group's purpose is to extend and improve testing of +the Node.js source code. + +It's responsibilities are: + +* Coordinating an overall strategy for improving testing. +* Documenting guidelines around tests. +* Working with the Build Working Group to improve continuous integration. +* Improving tooling for testing. + ## Starting a WG A Working Group is established by first defining a charter that can be |