-
Notifications
You must be signed in to change notification settings - Fork 0
Home
TreyE edited this page Sep 13, 2010
·
9 revisions
Welcome to the ESpec homepage.
The most recent release of ESpec is version 0.1.0.1. It’s intended primarily for abuse and suggestions.
In keeping with the Erlware.org development model, the ‘master’ branch will contain the stable copy of the project, while ‘next’ contains the working branch. Patches may be merged from ‘master’ to ‘next’. The ‘next’ branch should always be based off ‘master’.
Specific releases will be tagged with the release number.
- Maintain compatibility with EUnit – ESpec is meant to offer a way to extend your testing, not make you choose between the two.
- Allow creation of tests with more descriptive error messages.
- Allow creation of customized ‘matchers’ which let a programmer easily define their own test methods.
- Create a more descriptive example and provide better EDoc for creation of custom matchers.
- Provide more matchers for common use cases.
- Smoothly integrate with new versions of Sinan if/when they provide support for separate test modules.