django-components/tests
Bradley Stuart Kirton 2c644d4c06 Add pytest-cov
Apply black formatting
Add component_css_dependencies_tag and component_js_dependencies_tag tags
Add convenience methods render_css_dependencies and render_js_dependencies to component class
Create additional test cases
Add license to setup.py
Add pytest.ini config file
2020-07-10 13:07:51 +02:00
..
templates Add slots to components that can be filled when using component. 2020-06-06 09:11:27 +02: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 test for component with undefined template method. 2020-06-07 17:07:24 +02:00
test_registry.py Contain all registry logic in helper methods. 2020-06-06 09:07:23 +02:00
test_templatetags.py Add pytest-cov 2020-07-10 13:07:51 +02:00