AC-474. Updates to contributing doc, along with related Makefile, testing and settings changes.

This commit is contained in:
Chris Church
2013-09-24 21:40:53 -04:00
parent 4b09ba4c83
commit 9fc46e6292
19 changed files with 109 additions and 136 deletions

View File

@@ -31,6 +31,8 @@ class UITests(LiveServerTestCase):
time.sleep(s)
def setUp(self):
if not self.selenium:
self.skipTest('selenium is not installed')
self.superuser = User.objects.create_superuser('admin', 'admin@example.com', 'password')
def test_login(self, username='admin', password='password'):