Open boydjohnson opened 9 years ago
Hey @boydjohnson, unfortunately, I really can't estimate how complex it would be to write Selenium tests. I see though that we'd need them to test the JS and HTML part that you've added.
I think that until then, we could keep it easy by testing already what's written in Python by testing what is returned by the newly added methods.
For example, the TemplateResponse
object returned by history_view
should contain a specific and predictable context
property.
Since we have the Admin, would you guys want Selenium tests on the Admin interface?