Message5290
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. |
|
Date |
User |
Action |
Args |
2015-03-18 09:08:58 | techtonik | set | recipients:
+ techtonik, ber, pcaulagi, shammash, antmail |
2015-03-18 09:08:58 | techtonik | link | issue2550811 messages |
2015-03-18 09:08:58 | techtonik | create | |
|