"""passbook core login test""" from django.test import TestCase class LoginTest(TestCase): """Test login""" def test(self): """Stub test"""