django-components/tests
Juro Oravec 7ed4fd88f9
refactor: Patch Template.compile_nodelist with custom template parser (#908)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-15 22:34:32 +01:00
..
components refactor: exclude underscored files from autodiscovery (#888) 2025-01-07 19:48:41 +01:00
e2e feat: Add support for HTML fragments (#845) 2024-12-19 10:03:35 +01:00
static_root feat: allow to set main JS and CSS from files + lazy-load component m… (#870) 2024-12-30 18:00:46 +01:00
templates fix: TemplateDoesNotExist when using {% extends %} on main template and two components with same parent template (#862) 2024-12-23 12:58:03 +01:00
test_app refactor: Assign content of file from Component.template_file to Component.template (#880) 2025-01-07 19:34:34 +01: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 chore: Push dev to master to release v0.110 (#767) 2024-11-25 09:41:57 +01:00
test_attributes.py feat: Literal dicts and lists part 2 (#902) 2025-01-14 09:01:47 +01:00
test_autodiscover.py chore: Push dev to master to release v0.110 (#767) 2024-11-25 09:41:57 +01:00
test_cache.py refactor: Add own LRU cache impl for template caching (#828) 2024-12-13 09:29:19 +01: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: rename template_name to template_file (#878) 2025-01-01 17:06:14 +01:00
test_component_as_view.py refactor: Backbone for passing JS and CSS variables (#861) 2024-12-28 19:27:19 +01:00
test_component_media.py feat: Literal dicts and lists part 2 (#902) 2025-01-14 09:01:47 +01:00
test_context.py refactor: use HTML5 parser for BeautifulSoup (#891) 2025-01-07 21:27:17 +01:00
test_dependencies.py feat: Literal dicts and lists part 2 (#902) 2025-01-14 09:01:47 +01:00
test_dependency_manager.py refactor: Backbone for passing JS and CSS variables (#861) 2024-12-28 19:27:19 +01:00
test_dependency_rendering.py refactor: Backbone for passing JS and CSS variables (#861) 2024-12-28 19:27:19 +01:00
test_dependency_rendering_e2e.py refactor: Backbone for passing JS and CSS variables (#861) 2024-12-28 19:27:19 +01:00
test_expression.py feat: Literal dicts and lists part 2 (#902) 2025-01-14 09:01:47 +01:00
test_finders.py fix: set paths for component media as posix paths even on windows (#799) 2024-12-02 19:03:41 +01:00
test_html.py refactor: replace selectolax with beautifulsoup (#823) 2024-12-08 08:42:48 +01:00
test_loader.py fix: set paths for component media as posix paths even on windows (#799) 2024-12-02 19:03:41 +01:00
test_registry.py refactor: Backbone for passing JS and CSS variables (#861) 2024-12-28 19:27:19 +01:00
test_settings.py chore: Push dev to master to release v0.110 (#767) 2024-11-25 09:41:57 +01:00
test_signals.py refactor: Assign content of file from Component.template_file to Component.template (#880) 2025-01-07 19:34:34 +01:00
test_tag_formatter.py refactor: Backbone for passing JS and CSS variables (#861) 2024-12-28 19:27:19 +01:00
test_tag_parser.py feat: Literal dicts and lists part 2 (#902) 2025-01-14 09:01:47 +01:00
test_template.py refactor: Add own LRU cache impl for template caching (#828) 2024-12-13 09:29:19 +01:00
test_template_parser.py refactor: Patch Template.compile_nodelist with custom template parser (#908) 2025-01-15 22:34:32 +01:00
test_templatetags.py refactor: Assign content of file from Component.template_file to Component.template (#880) 2025-01-07 19:34:34 +01:00
test_templatetags_component.py refactor: Assign content of file from Component.template_file to Component.template (#880) 2025-01-07 19:34:34 +01:00
test_templatetags_extends.py refactor: Assign content of file from Component.template_file to Component.template (#880) 2025-01-07 19:34:34 +01:00
test_templatetags_provide.py feat: Literal dicts and lists part 2 (#902) 2025-01-14 09:01:47 +01:00
test_templatetags_slot_fill.py refactor: Backbone for passing JS and CSS variables (#861) 2024-12-28 19:27:19 +01:00
test_templatetags_templating.py refactor: Backbone for passing JS and CSS variables (#861) 2024-12-28 19:27:19 +01:00
test_utils.py chore: Push dev to master to release v0.110 (#767) 2024-11-25 09:41:57 +01:00
testutils.py refactor: Backbone for passing JS and CSS variables (#861) 2024-12-28 19:27:19 +01:00