add stub test so coverage doesn't crash

This commit is contained in:
Jens Langhammer 2019-02-25 17:21:06 +01:00
parent 19bd3bfffb
commit 8c94aef6d0
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
"""passbook core login test"""
from django.test import TestCase
class LoginTest(TestCase):
"""Test login"""
def test(self):
self.assertTrue(True)