django-components/tests
Juro Oravec 2684b41c07
fix: various fixes for inject/provide and html_attrs (#541)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-08 10:25:38 +02:00
..
components refactor: usage notes + tests for safer_staticfiles (#538) 2024-07-08 07:25:03 +02:00
static_root feat: paths as objects + user-provided Media cls + handle static (#526) 2024-06-21 19:36:53 +02:00
templates feat: dependency injection with inject/provide (#506) 2024-06-01 10:51:21 +02:00
test_structures Fix for #290 2024-02-08 08:45:00 +01:00
__init__.py A simple ComponentRegistry to store components. 2015-06-11 20:42:16 +02:00
django_test_setup.py Resolve media and template files relative to component class dir (#395), thanks @JuroOravec 2024-03-23 19:01:39 +01:00
test_attributes.py fix: various fixes for inject/provide and html_attrs (#541) 2024-07-08 10:25:38 +02:00
test_autodiscover.py refactor: usage notes + tests for safer_staticfiles (#538) 2024-07-08 07:25:03 +02:00
test_command_startcomponent.py tests: Split test files and run template tests under both context behavior modes (#509) 2024-05-28 08:23:32 +02:00
test_component.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-06-11 19:43:02 +00:00
test_component_as_view.py refactor: update tests 2024-06-02 16:22:49 +02:00
test_component_media.py refactor: usage notes + tests for safer_staticfiles (#538) 2024-07-08 07:25:03 +02:00
test_context.py tests: Split test files and run template tests under both context behavior modes (#509) 2024-05-28 08:23:32 +02:00
test_dependency_rendering.py tests: Split test files and run template tests under both context behavior modes (#509) 2024-05-28 08:23:32 +02:00
test_registry.py Reformat lines that became too long. And enforce 119 line length. 2024-02-21 22:38:06 +01:00
test_safer_staticfiles.py refactor: usage notes + tests for safer_staticfiles (#538) 2024-07-08 07:25:03 +02:00
test_settings.py refactor: remove Django30CompatibleTestCase 2024-04-18 13:33:58 +02:00
test_template_parser.py tests: Split test files and run template tests under both context behavior modes (#509) 2024-05-28 08:23:32 +02:00
test_templatetags.py feat: dependency injection with inject/provide (#506) 2024-06-01 10:51:21 +02:00
test_templatetags_component.py tests: Split test files and run template tests under both context behavior modes (#509) 2024-05-28 08:23:32 +02:00
test_templatetags_provide.py fix: various fixes for inject/provide and html_attrs (#541) 2024-07-08 10:25:38 +02:00
test_templatetags_slot_fill.py fix: various fixes for inject/provide and html_attrs (#541) 2024-07-08 10:25:38 +02:00
test_templatetags_templating.py tests: Split test files and run template tests under both context behavior modes (#509) 2024-05-28 08:23:32 +02:00
testutils.py tests: Split test files and run template tests under both context behavior modes (#509) 2024-05-28 08:23:32 +02:00