Skip to content

Commit

Permalink
doc: add Testing WG
Browse files Browse the repository at this point in the history
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: #5461
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
  • Loading branch information
Trott authored and rvagg committed Mar 16, 2016
1 parent 434af03 commit 8c4c84f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions WORKING_GROUPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ back in to the CTC.
* [Intl](#intl)
* [HTTP](#http)
* [Documentation](#documentation)
* [Testing](#testing)

#### Process:

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8c4c84f

Please sign in to comment.