http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/test/test_jinja2.py Mercurial Repository: p/roundup/code: test/test_jinja2.py history 2018-07-24T22:22:08+00:00 Python 3 preparation: make relative imports explicit. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d26921b851c328681aa6638475ce2cdae29963b4 Joseph Myers jsm@polyomino.org.uk 2018-07-24T22:22:08+00:00 2018-07-24T22:22:08+00:00
changeset d26921b851c3
branch
bookmark
tag
user Joseph Myers <jsm@polyomino.org.uk>
description Python 3 preparation: make relative imports explicit.

Tool-generated patch.
files
Use Python-3-compatible 'as' syntax for except statements http://hg.code.sf.net:8000/p/roundup/code/#changeset-198b6e810c67c4e7e38f1aa41edbc864783fe6e6 Eric S. Raymond esr@thyrsus.com 2017-08-24T22:21:37-04:00 2017-08-24T22:21:37-04:00
changeset 198b6e810c67
branch
bookmark
tag
user Eric S. Raymond <esr@thyrsus.com>
description Use Python-3-compatible 'as' syntax for except statements

Many raise statements near these are also fixed.
So are two ivorrect file encoding marks ('utf8'->'utf-8').
files
Remove unneeded TestSuite code from tests http://hg.code.sf.net:8000/p/roundup/code/#changeset-364c549918613cff81c3ebe07aee4025e0ef3fcc John Kristensen john@jerrykan.com 2015-08-21T13:08:02+10:00 2015-08-21T13:08:02+10:00
changeset 364c54991861
branch
bookmark
tag
user John Kristensen <john@jerrykan.com>
description Remove unneeded TestSuite code from tests

The TestSuite code is no longer needed now that we are using py.test
which can automatically discover tests
files
Update tests to work with py.test http://hg.code.sf.net:8000/p/roundup/code/#changeset-63c79c0992aeb805fbed74a82881d2eb32bbb70d John Kristensen john@jerrykan.com 2015-08-20T14:44:49+10:00 2015-08-20T14:44:49+10:00
changeset 63c79c0992ae
branch
bookmark
tag
user John Kristensen <john@jerrykan.com>
description Update tests to work with py.test

py.test searches for any class that looks like a TestCase in the test
directory and tries to run them as tests. Some of the classes that
inherit TestCase are not meant to be run and are only intended to be
"helper classes". Only the tests of the classes that inherit the "helper
classes" should be run. If we convert these "helper classes" to be
"mixins" py.test should not pick them up.
files
test_jinja2: stub improved, now with proper teardown. http://hg.code.sf.net:8000/p/roundup/code/#changeset-3766e0ca8e7af303d0693ae897c2ee0841fe24a6 Bernhard Reiter bernhard@intevation.de 2016-01-05T22:16:54+01:00 2016-01-05T22:16:54+01:00
changeset 3766e0ca8e7a
branch
bookmark
tag
user Bernhard Reiter <bernhard@intevation.de>
description test_jinja2: stub improved, now with proper teardown.
files
Automatic tests: added some notes to the readme and a test_jinja2 stub. http://hg.code.sf.net:8000/p/roundup/code/#changeset-2c3cc4ccd024164539d74481152e8de7901938fa Bernhard Reiter bernhard@intevation.de 2015-02-16T17:43:58+01:00 2015-02-16T17:43:58+01:00
changeset 2c3cc4ccd024
branch
bookmark
tag
user Bernhard Reiter <bernhard@intevation.de>
description Automatic tests: added some notes to the readme and a test_jinja2 stub.
files