- apps/solutions: SolutionIndexPage/SolutionPage (mirrors products/cases) - apps/home: HomePage.subpage_types now includes products/solutions/cases index pages (previously only blog, blocking admin page creation) - pytest.ini + conftest.py (root_page/home_page fixtures) - unit tests for core (SEOablePage, FormBlock API repr), products, cases, forms (lead submit API)
5 lines
124 B
INI
5 lines
124 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = wagtailcms.settings.dev
|
|
python_files = tests.py test_*.py *_tests.py
|
|
addopts = --reuse-db
|