aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorVladimir Gorej2013-12-07 12:00:20 +0100
committerVladimir Gorej2013-12-07 12:00:20 +0100
commita21caf8e1b119d75859cfb4118ba7cb908805477 (patch)
treeb442e38460ffd42adaf56bba13325a8f37c92a54 /README.rst
parente17323d333569dc44e007d54c477298c1ae4b0d0 (diff)
downloaddjango-brevisurl-2.0.0.tar.bz2
Version 2.0.0 bump.2.0.0
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