aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst28
1 files changed, 27 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index ff18f3e..b3dff6b 100644
--- a/README.rst
+++ b/README.rst
@@ -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