django-components/tests
Juro Oravec 849a869a66
feat: add JS dependency manager (#666)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-22 16:42:41 +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
e2e feat: add JS dependency manager (#666) 2024-09-22 16:42:41 +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 fix: autoimport with nested apps (#672) 2024-09-14 22:47:30 +02:00
test_app_nested fix: autoimport with nested apps (#672) 2024-09-14 22:47:30 +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
conftest.py feat: add JS dependency manager (#666) 2024-09-22 16:42:41 +02:00
django_test_setup.py feat: add JS dependency manager (#666) 2024-09-22 16:42:41 +02:00
test_attributes.py feat: dynamic slots, fills, and provides (#609) 2024-08-25 22:35:10 +02:00
test_autodiscover.py fix: autoimport with nested apps (#672) 2024-09-14 22:47:30 +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 refactor: pass instantiated component to as_view (#664) 2024-09-11 21:55:11 +02:00
test_component_media.py fix: autoimport with nested apps (#672) 2024-09-14 22:47:30 +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_manager.py feat: add JS dependency manager (#666) 2024-09-22 16:42:41 +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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-09-12 07:08:10 +00: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 fix: autoimport with nested apps (#672) 2024-09-14 22:47:30 +02:00
test_template_parser.py feat: add dynamic expressions (#605) 2024-08-25 12:53:40 +02:00
test_templatetags.py fix: Using empty default fill with no whitespace (#673) 2024-09-14 22:22:22 +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