intranet.test package¶
Submodules¶
intranet.test.ion_test module¶
- class intranet.test.ion_test.IonTestCase(methodName='runTest')[source]¶
Bases:
TestCase
- login(username: str = 'awilliam') User [source]¶
Log the test client in as the given user.
- Parameters:
username – the username to log in as
- Returns:
the
User
object corresponding tousername