-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made spelling corrections and changed some of the instructions to be …
…more concise and focused.
- Loading branch information
Gio Gottardi
authored and
Gio Gottardi
committed
Jul 2, 2015
1 parent
5949671
commit 1e55853
Showing
6 changed files
with
82 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Testing | ||
======= | ||
|
||
Requirements | ||
------------ | ||
|
||
- Django == 1.8 | ||
- tox == 2.0 | ||
- lxml == 3.4 | ||
- Python == 2.7 | ||
- Python == 3.4 | ||
|
||
**System** Requirements | ||
^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
- libxml2 >= 2.7.0 | ||
- libxslt >= 1.1.23 | ||
|
||
|
||
Running the tests | ||
----------------- | ||
|
||
To run the tests in the development environment: | ||
|
||
:: | ||
|
||
$ python manage.py test ./tests | ||
|
||
You can also run the tests with Tox: | ||
|
||
:: | ||
|
||
$ [sudo] pip install tox | ||
$ tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1e55853
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are presenting a paginated feed, perhaps "the Atom feed will always show the 10 most recent events" could read more like "the Atom feed gives events ordered by most recent creation date, ten events per page"--doesn't have to be exact wording.