Files
authentik/passbook/core/tests/test_login.py
2019-02-25 17:21:06 +01:00

11 lines
166 B
Python

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