wagtail/wagtail/tests
Tim Heap 36cb270885 Add assertions for subpage, parent page types to test helper
Two new assertions have been added: `assertAllowedSubpageTypes` and
`assertAllowedParentPageTypes`. They both take a Page class, and a set
of Page classes, and compares the allowed subpage / parent page models
for the Page class to the set passed in.
2015-12-15 15:49:39 +00:00
..
customuser pep8 compliance 120 characters / line 2015-12-08 14:50:32 +00:00
demosite Changed verbose names to start with lowercase when necessary 2015-12-08 17:33:19 +00:00
routablepage pep8 compliance 120 characters / line 2015-12-08 14:50:32 +00:00
search Test ForeignKey with RelatedFields 2015-12-11 12:29:27 +00:00
snippets Cleanup E302 errors 2015-12-04 09:32:16 +00:00
testapp Add assertions for subpage, parent page types to test helper 2015-12-15 15:49:39 +00:00
__init__.py apparently we don't need imports in tests/__init__.py 2014-02-13 12:53:18 +00:00
context_processors.py Prevent {{ STATIC_URL }} from being used in templates 2015-04-22 12:20:23 +01:00
dummy_external_storage.py pep8 compliance 120 characters / line 2015-12-08 14:50:32 +00:00
non_root_urls.py Removed patterns() from tests 2015-04-10 16:57:05 +01:00
settings.py feat(django 1.9): Move jinja2 tags out of templatetags folders 2015-12-09 11:40:35 +00:00
urls.py Removed patterns() from tests 2015-04-10 16:57:05 +01:00
utils.py Add assertions for subpage, parent page types to test helper 2015-12-15 15:49:39 +00:00