swisscom / cleanerversion

CleanerVersion adds a versioning/historizing layer to your relational DB which implements a "Slowly Changing Dimensions Type 2" behavior
Apache License 2.0
136 stars 53 forks source link

Interest in Selenium tests... #93

Open boydjohnson opened 9 years ago

boydjohnson commented 9 years ago

Since we have the Admin, would you guys want Selenium tests on the Admin interface?

maennel commented 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.