django-components/tests
rbeard0330 be0a75e2a3
Missing context variables and kwargs in component_block (#17)
* Fix issue with missing variables by binding template to context in Component.render method.
* Pass extra_context to Component.render()

Co-authored-by: rbeard0330 <@dul2k3BKW6m>
2020-12-14 18:25:36 +01:00
..
templates Missing context variables and kwargs in component_block (#17) 2020-12-14 18:25:36 +01:00
__init__.py A simple ComponentRegistry to store components. 2015-06-11 20:42:16 +02:00
django_test_setup.py Change test setup to make test run on Django 1.7. 2015-06-22 22:37:07 +02:00
test_component.py Add trick to make tests pass on Django 1.11 too. 2020-12-08 23:33:36 +01:00
test_registry.py Contain all registry logic in helper methods. 2020-06-06 09:07:23 +02:00
test_templatetags.py Missing context variables and kwargs in component_block (#17) 2020-12-14 18:25:36 +01:00
testutils.py Add trick to make tests pass on Django 1.11 too. 2020-12-08 23:33:36 +01:00