diff options
| author | Vladimir Gorej | 2013-12-07 12:00:20 +0100 | 
|---|---|---|
| committer | Vladimir Gorej | 2013-12-07 12:00:20 +0100 | 
| commit | a21caf8e1b119d75859cfb4118ba7cb908805477 (patch) | |
| tree | b442e38460ffd42adaf56bba13325a8f37c92a54 /README.rst | |
| parent | e17323d333569dc44e007d54c477298c1ae4b0d0 (diff) | |
| download | django-brevisurl-2.0.0.tar.bz2 | |
Version 2.0.0 bump.2.0.0
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 28 | 
1 files changed, 27 insertions, 1 deletions
| @@ -184,6 +184,32 @@ To run the test run command: ::   $ python manage.py test brevisurl +Development setup +----------------- +:: + + $ make bootstrap + $ python manage.py test brevisurl + +Tests +----- + +**Tested on evnironment** + +- Linux Mint 15 Olivia 64-bit +- python 2.7.4 +- python unitest + +**Running tests** + +To run the tests, execute one of the following command::: + + $ python manage.py test brevisurl + +Or::: + + $ make test +  Author  ------ @@ -198,4 +224,4 @@ References   - http://github.com/CodeScaleInc/django-brevisurl   - http://pypi.python.org/pypi/django-brevisurl/ - - http://www.codescale.net/en/community#django-brevisurl + - http://www.codescale.net/en/community#django-brevisurl
\ No newline at end of file | 
