mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-18 14:02:15 +00:00
6 lines
153 B
Python
6 lines
153 B
Python
import pytest
|
|
|
|
from pytest_django.asserts import assertFormError, assertRedirects, assertContains, assertNotContains
|
|
|
|
pytestmark = pytest.mark.django_db
|