mirror of
https://github.com/ansible/awx.git
synced 2026-07-08 23:08:04 -02:30
AC-474. Updates to contributing doc, along with related Makefile, testing and settings changes.
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user