Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Feb 27, 2017
1 parent 9a41ed0 commit 473225b
Showing 1 changed file with 38 additions and 11 deletions.
49 changes: 38 additions & 11 deletions README.md
@@ -1,9 +1,9 @@
# chai-oauth2orize-grant

[![Build](https://travis-ci.org/jaredhanson/chai-oauth2orize-grant.png)](https://travis-ci.org/jaredhanson/chai-oauth2orize-grant)
[![Coverage](https://coveralls.io/repos/jaredhanson/chai-oauth2orize-grant/badge.png)](https://coveralls.io/r/jaredhanson/chai-oauth2orize-grant)
[![Quality](https://codeclimate.com/github/jaredhanson/chai-oauth2orize-grant.png)](https://codeclimate.com/github/jaredhanson/chai-oauth2orize-grant)
[![Dependencies](https://david-dm.org/jaredhanson/chai-oauth2orize-grant.png)](https://david-dm.org/jaredhanson/chai-oauth2orize-grant)
[![Build](https://img.shields.io/travis/jaredhanson/chai-oauth2orize-grant.svg)](https://travis-ci.org/jaredhanson/chai-oauth2orize-grant)
[![Coverage](https://img.shields.io/coveralls/jaredhanson/chai-oauth2orize-grant.svg)](https://coveralls.io/r/jaredhanson/chai-oauth2orize-grant)
[![Quality](https://img.shields.io/codeclimate/github/jaredhanson/chai-oauth2orize-grant.svg?label=quality)](https://codeclimate.com/github/jaredhanson/chai-oauth2orize-grant)
[![Dependencies](https://img.shields.io/david/jaredhanson/chai-oauth2orize-grant.svg)](https://david-dm.org/jaredhanson/chai-oauth2orize-grant)


Helpers for testing [OAuth2orize](https://github.com/jaredhanson/oauth2orize)
Expand All @@ -25,22 +25,49 @@ var chai = require('chai');
chai.use(require('chai-oauth2orize-grant'));
```

#### Write Test Cases
#### Implement Test Cases

Once used, the `chai.oauth2orize.grant` helper function will be available to set
up test cases for OAuth2orize grants.

## Tests
## Contributing

$ npm install
$ npm test
#### Tests

## Credits
The test suite is located in the `test/` directory. All new features are
expected to have corresponding test cases. Ensure that the complete test suite
passes by executing:

- [Jared Hanson](http://github.com/jaredhanson)
```bash
$ make test
```

#### Coverage

All new feature development is expected to have test coverage. Patches that
increse test coverage are happily accepted. Coverage reports can be viewed by
executing:

```bash
$ make test-cov
$ make view-cov
```

## Support

#### Funding

This software is provided to you as open source, free of charge. The time and
effort to develop and maintain this project is volunteered by [@jaredhanson](https://github.com/jaredhanson).
If you (or your employer) benefit from this project, please consider a financial
contribution. Your contribution helps continue the efforts that produce this
and other open source software.

Funds are accepted via [PayPal](https://paypal.me/jaredhanson), [Venmo](https://venmo.com/jaredhanson),
and [other](http://jaredhanson.net/pay) methods. Any amount is appreciated.

## License

[The MIT License](http://opensource.org/licenses/MIT)

Copyright (c) 2013 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>
Copyright (c) 2013-2017 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>

0 comments on commit 473225b

Please sign in to comment.