Roundup Tracker - Issues

Message5292

Author ber
Recipients antmail, ber, pcaulagi, shammash, techtonik
Date 2015-03-19.08:30:22
Message-id <201503190930.15272.bernhard@intevation.de>
In-reply-to <CAPkN8xJWR_COW+86fJmj8i0Pw9avRG9SuT=yv3NDBqtHQQyY7g@mail.gmail.com>
On Wednesday 18 March 2015 at 10:08:58, anatoly techtonik wrote:
>  the question now is how to insert that into the test
> system.

My idea is to create demo data that contains unicode/utf-8 characters for
all fields and then to render each template file and look for Exceptions.
I've done a number of manual tests, they are easy to do, but hard to get 
complete, because each field could possibly accessed with a number of ways.

Help is appreciated, next steps:
a) create entries in the demo database, for this extend TestCase.setup()
in test_jinja2 and just add the data.
b) find out where the standard template is placed and accessed from 
test_jinja2.
c) add a first test that only renders index.html or so.
d) add tests that render more template files.
History
Date User Action Args
2015-03-19 08:30:23bersetrecipients: + ber, techtonik, pcaulagi, shammash, antmail
2015-03-19 08:30:23berlinkissue2550811 messages
2015-03-19 08:30:22bercreate