Roundup Tracker - Issues

Message5290

Author techtonik
Recipients antmail, ber, pcaulagi, shammash, techtonik
Date 2015-03-18.09:08:58
Message-id <CAPkN8xJWR_COW+86fJmj8i0Pw9avRG9SuT=yv3NDBqtHQQyY7g@mail.gmail.com>
In-reply-to <1426666680.06.0.278246597016.issue2550811@psf.upfronthosting.co.za>
On Wed, Mar 18, 2015 at 11:18 AM, Bernhard Reiter
<issues@roundup-tracker.org> wrote:
>
> Anyway I first like to have a test written that tries to render each template
> onces with some values, this way we can avoid obvious problems and see if it
> actually works. My testing has convinced me that manual testing it quite a lot of
> work does not give you much assurance in this case.

Putting tests first is a good solution. We already have a manual test
in bug report, the question now is how to insert that into the test
system. A possible solution for testing the web frontend is to use
https://github.com/kevin1024/vcrpy

The main problem is encoding of strings that are passed to Jinja2
indirectly, such as object properties, including external objects,
such as request variables.
History
Date User Action Args
2015-03-18 09:08:58techtoniksetrecipients: + techtonik, ber, pcaulagi, shammash, antmail
2015-03-18 09:08:58techtoniklinkissue2550811 messages
2015-03-18 09:08:58techtonikcreate