tests: move wcs tests (#68063)

This commit is contained in:
Lauréline Guérin 2022-08-11 13:51:28 +02:00
parent c832299962
commit 05d1897627
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
3 changed files with 2 additions and 3 deletions

0
tests/wcs/__init__.py Normal file
View File

View File

@ -38,9 +38,8 @@ from combo.apps.wcs.models import (
from combo.data.library import get_cell_classes
from combo.data.models import CellBase, LinkCell, LinkListCell, Page, ValidityInfo
from combo.utils import NothingInCacheException
from .test_manager import login
from .utils import manager_submit_cell
from tests.test_manager import login
from tests.utils import manager_submit_cell
pytestmark = pytest.mark.django_db