authentic2-auth-fedict/tests/test_all.py

12 lines
182 B
Python

import pytest
from django.contrib.auth import get_user_model
from utils import login
User = get_user_model()
pytestmark = pytest.mark.django_db
def test_dummy(app):
assert 1