We'd like to be able to test that, for example, a page correctly renders a survey or response's attributes. We recently changed a name field to short_name, and this required manual testing to ensure all the forms continued to work properly.
Should we enable jinja's strict mode always, or just for these tests to help us find such errors?
We discussed and decided we'd like to spend an hour pairing on this.
We'd like to be able to test that, for example, a page correctly renders a survey or response's attributes. We recently changed a
namefield toshort_name, and this required manual testing to ensure all the forms continued to work properly.Should we enable jinja's strict mode always, or just for these tests to help us find such errors?
We discussed and decided we'd like to spend an hour pairing on this.