calebsmith / django-template-debug

A small collection of template tags for debugging and introspecting templates
BSD 3-Clause "New" or "Revised" License
74 stars 11 forks source link

Improve test coverage #16

Open calebsmith opened 11 years ago

calebsmith commented 11 years ago

Two known points are the get_attributes utility function and making the get_details utility function a more targeted unit test. After some refactoring, the latter became more of an integration test.