Преглед изворни кода

Updating Readme: Adding links to testing, updating requirements.txt

David Leonard пре 10 година
родитељ
комит
427f4f6568
2 измењених фајлова са 9 додато и 0 уклоњено
  1. 5 0
      README.md
  2. 4 0
      requirements.txt

+ 5 - 0
README.md

@@ -42,6 +42,11 @@ Two routes have currently been set up, which are located at:
     # Second test route
     http://127.0.0.1:8000/hackathon/test
 
+
+## Testing
+
+This project aims to be as close to 100% tested as possible. For a good guide to testing using Python and `Mock`, `Nosetests` and `Unittests` libraries, please [read here](http://docs.python-guide.org/en/latest/writing/tests/). 
+
 ## Contributors
 
 * David Leonard

+ 4 - 0
requirements.txt

@@ -2,6 +2,10 @@ Django==1.7.6
 django-bootstrap-form==3.2
 django-bootstrap-forms==0.1
 django-bower==5.0.2
+django-openid==0.3a1
+mock==1.0.1
+nose==1.3.4
+python-openid==2.2.5
 requests==2.6.0
 six==1.9.0
 wsgiref==0.1.2