django-components/tests
Juro Oravec e1382d3ccd
refactor: Remove safer_staticfiles, replace STATICFILES_DIRS with COMPONENTS.dirs, support [app]/components (#652)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-11 08:45:55 +02:00
..
components refactor: Remove safer_staticfiles, replace STATICFILES_DIRS with COMPONENTS.dirs, support [app]/components (#652) 2024-09-11 08:45:55 +02:00
static_root feat: paths as objects + user-provided Media cls + handle static (#526) 2024-06-21 19:36:53 +02:00
templates Multi-line tag support, watch component files, and cleanup (#624) 2024-08-28 07:46:48 +02:00
test_app refactor: Remove safer_staticfiles, replace STATICFILES_DIRS with COMPONENTS.dirs, support [app]/components (#652) 2024-09-11 08:45:55 +02:00
test_structures/test_structure_1 refactor: Prepare autodiscover and template loader for v1 (#533) 2024-07-29 20:27:35 +02:00
__init__.py A simple ComponentRegistry to store components. 2015-06-11 20:42:16 +02:00
django_test_setup.py refactor: Remove safer_staticfiles, replace STATICFILES_DIRS with COMPONENTS.dirs, support [app]/components (#652) 2024-09-11 08:45:55 +02:00
test_attributes.py feat: dynamic slots, fills, and provides (#609) 2024-08-25 22:35:10 +02:00
test_autodiscover.py refactor: Use top-level exports as public API (#562) 2024-08-03 08:30:39 +02:00
test_command_startcomponent.py refactor: Prepare autodiscover and template loader for v1 (#533) 2024-07-29 20:27:35 +02:00
test_component.py refactor: Fix template caching, expose cached_template, Component.template API changes (#647) 2024-09-06 22:40:39 +02:00
test_component_as_view.py feat: Typing for component inputs and access inputs during render (#585) 2024-08-22 23:42:34 +02:00
test_component_media.py refactor: Remove safer_staticfiles, replace STATICFILES_DIRS with COMPONENTS.dirs, support [app]/components (#652) 2024-09-11 08:45:55 +02:00
test_context.py feat: add self context var and make is_filled into attribute (#632) 2024-09-04 21:41:20 +02:00
test_dependency_rendering.py refactor: prepare registry for custom template tags and docs (#566) 2024-08-05 22:31:49 +02:00
test_expression.py feat: add dynamic expressions (#605) 2024-08-25 12:53:40 +02:00
test_finders.py refactor: Remove safer_staticfiles, replace STATICFILES_DIRS with COMPONENTS.dirs, support [app]/components (#652) 2024-09-11 08:45:55 +02:00
test_registry.py refactor: Remove safer_staticfiles, replace STATICFILES_DIRS with COMPONENTS.dirs, support [app]/components (#652) 2024-09-11 08:45:55 +02:00
test_settings.py refactor: Prepare autodiscover and template loader for v1 (#533) 2024-07-29 20:27:35 +02:00
test_tag_formatter.py feat: TagFormatter - Allow users to customize component template tags (#572) 2024-08-18 16:58:56 +02:00
test_template.py refactor: Fix template caching, expose cached_template, Component.template API changes (#647) 2024-09-06 22:40:39 +02:00
test_template_loader.py refactor: Remove safer_staticfiles, replace STATICFILES_DIRS with COMPONENTS.dirs, support [app]/components (#652) 2024-09-11 08:45:55 +02:00
test_template_parser.py feat: add dynamic expressions (#605) 2024-08-25 12:53:40 +02:00
test_templatetags.py Multi-line tag support, watch component files, and cleanup (#624) 2024-08-28 07:46:48 +02:00
test_templatetags_component.py feat: Add dynamic component (#627) 2024-08-29 11:28:00 +02:00
test_templatetags_provide.py feat: dynamic slots, fills, and provides (#609) 2024-08-25 22:35:10 +02:00
test_templatetags_slot_fill.py refactor: Fix template caching, expose cached_template, Component.template API changes (#647) 2024-09-06 22:40:39 +02:00
test_templatetags_templating.py feat: TagFormatter - Allow users to customize component template tags (#572) 2024-08-18 16:58:56 +02:00
test_utils.py feat: TagFormatter - Allow users to customize component template tags (#572) 2024-08-18 16:58:56 +02:00
testutils.py refactor: Fix template caching, expose cached_template, Component.template API changes (#647) 2024-09-06 22:40:39 +02:00