Skip to content

Commit

Permalink
update contributor information
Browse files Browse the repository at this point in the history
  • Loading branch information
Caolan McMahon committed Nov 11, 2010
1 parent ec3b1c0 commit 05edbcf
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 22 deletions.
25 changes: 15 additions & 10 deletions CONTRIBUTORS.md
@@ -1,47 +1,52 @@
Nodeunit contributors (sorted alphabeticaly)
============================================

* **[Alex Wolfe](http://github.com/alexkwolfe)**
* **[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

* **[Azatoth](http://github.com/azatoth)**
* **[Azatoth](https://github.com/azatoth)**

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

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

* Author and maintainer
* Most features develpopment

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

* First comand-line tool

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

* Improvements to default test reporter
* HTTP test utility

* **[Oleg Efimov](http://github.com/Sannis)**
* **[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

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

* Add package.json

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

* Coffee-script support

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

* Async setUp and tearDown support for testCase

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

25 changes: 13 additions & 12 deletions README.md
Expand Up @@ -11,17 +11,18 @@ A simple unit testing tool based on the node.js assert module.

__Contributors__

* [alexkwolfe](http://github.com/alexkwolfe)
* [azatoth](http://github.com/azatoth)
* [coffeemate](http://github.com/coffeemate)
* [Sannis](http://github.com/Sannis)
* [sstephenson](http://github.com/sstephenson)
* [thegreatape](http://github.com/thegreatape)
* and thanks to [cjohansen](http://github.com/cjohansen) for input and advice
* [alexgorbatchev](https://github.com/alexgorbatchev)
* [alexkwolfe](https://github.com/alexkwolfe)
* [azatoth](https://github.com/azatoth)
* [coffeemate](https://github.com/coffeemate)
* [Sannis](https://github.com/Sannis)
* [sstephenson](https://github.com/sstephenson)
* [thegreatape](https://github.com/thegreatape)
* and thanks to [cjohansen](https://github.com/cjohansen) for input and advice
on implementing setUp and tearDown functions. See
[cjohansen's fork](http://github.com/cjohansen/nodeunit).
[cjohansen's fork](https://github.com/cjohansen/nodeunit).

Also, check out gerad's [nodeunit-dsl](http://github.com/gerad/nodeunit-dsl)
Also, check out gerad's [nodeunit-dsl](https://github.com/gerad/nodeunit-dsl)
project, which implements a 'pretty dsl on top of nodeunit'.

More contributor information can be found in the CONTRIBUTORS.md file.
Expand All @@ -44,14 +45,14 @@ Here is an example unit test module:

When run using the included test runner, this will output the following:

<img src="http://github.com/caolan/nodeunit/raw/master/img/example_fail.png" />
<img src="https://github.com/caolan/nodeunit/raw/master/img/example_fail.png" />

Installation
------------

There are two options for installing nodeunit:

1. Clone / download nodeunit from [github](http://github.com/caolan/nodeunit),
1. Clone / download nodeunit from [github](https://github.com/caolan/nodeunit),
then:

make && sudo make install
Expand Down Expand Up @@ -209,7 +210,7 @@ The default test reporter uses color output, because I think that's more fun :)
intend to add a no-color option in future. To give you a feeling of the fun you'll
be having writing tests, lets fix the example at the start of the README:

<img src="http://github.com/caolan/nodeunit/raw/master/img/example_pass.png" />
<img src="https://github.com/caolan/nodeunit/raw/master/img/example_pass.png" />

Ahhh, Doesn't that feel better?

Expand Down

0 comments on commit 05edbcf

Please sign in to comment.