File: CONTRIBUTORS.md

package info (click to toggle)
node-nodeunit 0.11.3%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,076 kB
  • sloc: javascript: 3,323; makefile: 141
file content (68 lines) | stat: -rw-r--r-- 1,708 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Nodeunit contributors (sorted alphabetically)
============================================

* **[Alex Gorbatchev](https://github.com/alexgorbatchev)**

  * Deeper default object inspection
  * Timeout to ensure flushing of console output (default reporter)

* **[Alex Wolfe](https://github.com/alexkwolfe)**

  * HTML test reporter

* **[Caolan McMahon](https://github.com/caolan)**

  * Author and maintainer
  * Most features develpopment

* **[Carl Fürstenberg](https://github.com/azatoth)**

  * Debian-friendly Makefile, supports both 'node' and 'nodejs' executables
  * Sandbox utility
  * Minimal test reporter

* **[Gerad Suyderhoud](https://github.com/gerad)**

  * First comand-line tool

* **[Kadir Pekel](https://github.com/kadirpekel)**

  * Improvements to default test reporter
  * HTTP test utility

* **[Λlisue](https://github.com/lambdalisue)**

  * Add machineout reporter

* **[Matthias Lübken](https://github.com/luebken)**

  * Utility functions for tracking incomplete tests on exit

* **[Oleg Efimov](https://github.com/Sannis)**

  * Adding 'make lint' and fixing nodelint errors
  * Option parsing, --help text and config file support
  * Reporters option for command-line tool

* **[Orlando Vazquez](https://github.com/orlandov)**

  * Added jUnit XML reporter

* **[Ryan Dahl](https://github.com/ry)**

  * Add package.json

* **[Sam Stephenson](https://github.com/sstephenson)**

  * Coffee-script support

* **[Thomas Mayfield](https://github.com/thegreatape)**

  * Async setUp and tearDown support for testCase

* **[Maciej Małecki](https://github.com/mmalecki)**

  * Removal of `testCase`

**[Full contributors list](https://github.com/caolan/nodeunit/contributors).**