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

11 lines
160 B
Python

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