Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonnay/bunny-test
Simple Testing for node.js.
https://github.com/jonnay/bunny-test
Last synced: about 7 hours ago
JSON representation
Simple Testing for node.js.
- Host: GitHub
- URL: https://github.com/jonnay/bunny-test
- Owner: jonnay
- Created: 2011-05-06T18:42:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-06T19:39:15.000Z (over 13 years ago)
- Last Synced: 2024-11-21T12:48:38.904Z (2 months ago)
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Bunny-Test
I like writing testers. There is something very satisfying about building a low level tool like a unit-tester.
This is going to be written a little differently from a lot of node.js out there. In particular there is a [[./bunny-test.org]] file that will
actually contain all the source code. I'll be using org-babel to document, and weave the source-code together.** Mission
To make a small, simple to code, simple to use unit tester that is easily extensible, focuses on functional programming concepts,
provides tests and suites as first class objects and plugs in nicely to emacs--but is usable from the shell or possibly the browser just
as easily.** Build instructions
1. Get Emacs
2. Make sure you have org-mode v7.4 or greater
3. Learn how to use Org-Babel
4. Weave the Code.
5. Profit!Simple, really.
** Documentation
Documentation is in the same place as the code, [[./bunny-test.org]]. This is a bundle of user documentation, developer documentation and
source-code. It's not as scary as you might think.