EmilStenstrom / django-components

Create simple reusable template components in Django.
MIT License
953 stars 60 forks source link

Inline component view tests #475

Closed EmilStenstrom closed 2 weeks ago

EmilStenstrom commented 2 weeks ago

This PR inlines all the tests in tests/test_component_as_view.py with the purpose of making each test be self-contained. This means the component, registration, and the views, are all defined in the same function. Let me know what you think of the structure.