Skip to content

Commit

Permalink
Fixed README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Jul 30, 2014
1 parent 7ccf15a commit 96198a1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ Green is a **clean, colorful test runner** for Python unit tests. Compare it to
4. [Verbosity Levels](https://github.com/CleanCut/green#verbosity-levels)
5. [Canned Examples](https://github.com/CleanCut/green#canned-examples)
6. [Advanced Usage](https://github.com/CleanCut/green#advanced-usage)
7. [Unit Test Structure Tutorial](https://github.com/CleanCut/green#unit-test-structure-tutorial)
8. [Origin Story](https://github.com/CleanCut/green#origin-story)
7. [Integration](https://github.com/CleanCut/green#integration)
8. [Unit Test Structure Tutorial](https://github.com/CleanCut/green#unit-test-structure-tutorial)
9. [Origin Story](https://github.com/CleanCut/green#origin-story)


Features
Expand Down Expand Up @@ -142,9 +143,13 @@ Integration
### Django

- To just try it out, use the --testrunner option of `manage.py`:
./manage.py test --testrunner=green.djangorunner.DjangoRunner
```bash
$ ./manage.py test --testrunner=green.djangorunner.DjangoRunner
```
- Make it persistent by adding the following line to your `settings.py`:
TEST_RUNNER=green.djangorunner.DjangoRunner
```python
TEST_RUNNER=green.djangorunner.DjangoRunner
```


Unit Test Structure Tutorial
Expand Down

0 comments on commit 96198a1

Please sign in to comment.