EastAgile / robber.py

BDD / TDD assertion library for Python
MIT License
8 stars 1 forks source link

templateused in need #67

Open loctvEA opened 7 years ago

loctvEA commented 7 years ago

I need something equivalent to

self.assertTemplateUsed(response, 'template_name')
catriuspham commented 7 years ago

@loctvEA Glad to see you here. This will be on my priority list when I implement the Django part of robber. Anyway, please state your ideas/issues more specifically next time, it will help a lot. For example, you could have said that this was from Django Unittest's TestCase, if I recall correctly.