29 Commits

Author SHA1 Message Date
xuezhou_yan
9232421ee2 issue:#I9SPO8 update jinja to 3.1.3
Signed-off-by: xuezhou_yan <yangang20@huawei.com>
2024-05-28 10:37:23 +08:00
David Lord
5308c9588d
drop Python 3.6 2021-11-08 08:07:29 -08:00
David Lord
aa27de364a
test Python 3.11 2021-11-05 07:15:25 -07:00
David Lord
34eb205e83
test Python 3.10 2021-11-05 06:34:17 -07:00
David Lord
d2cef39355
consistent typing config 2021-02-24 09:49:12 -08:00
David Lord
33ff819a38
update requirements, test Python 3.9 2021-02-06 20:35:29 -08:00
Teymour Aldridge
50ae5b6ac7 Setup mypy
* Add missing type hints (these are intended as an initial set of type hints, to be added upon and improved later)
* Setup MyPy to run as a Github Action
2020-07-28 22:32:34 +01:00
David Lord
24cc61df5f
use pip-compile to pin dev requirements 2020-05-18 15:25:33 -07:00
David Lord
e52b42d3ef
remove unsupported test envs 2020-02-05 08:37:40 -08:00
David Lord
c775bb9949
remove test and coverage results from ci 2020-01-26 22:21:08 -08:00
David Lord
143667d95d
add py 3.8 and style to tests 2020-01-10 12:44:39 -08:00
David Lord
963b5d3c3f
ensure deprecation warnings mention version 2020-01-10 12:39:14 -08:00
David Lord
d601b3f496
fix tox docs build 2019-07-26 15:17:58 -07:00
David Lord
6661be0899
warnings are errors during tests 2019-07-20 13:56:23 -07:00
David Lord
94cecd4892
ignore coverage parse errors
Azure has Python 2.7.15 and Python 3.5.5, which can't parse async code.
Later patch versions can parse it fine, so this can be removed if
Azure updates.
2019-07-20 13:52:19 -07:00
David Lord
d04d9998d3
switch tests to azure pipelines 2019-07-20 12:44:26 -07:00
David Lord
c3147611ec
codecov needs argparse on 2.6 2017-10-08 13:15:09 -07:00
David Lord
8261ac0fb7
standard test configuration
add branch coverage and codecov
2017-07-06 11:07:02 -07:00
Adrian Moennich
7ae752fc01 Enable py36 in tox.ini 2017-01-09 00:08:13 +01:00
David Lord
d760b78a2f standard tox/travis config
fix pytest warning, don't prefix non-testcase classes with Test
2016-04-11 16:18:24 -07:00
Sebastian Noack
8920fd74b8 Added Python 3.5 to tox and Travis configuration 2015-09-20 19:26:05 +02:00
Kartheek Lenkala
ee2cb97449 Rename testsuite to tests and suggestions
Remove  py.test from setup.py install_requires
Rename testsuite folder to tests.
2015-03-22 18:03:14 +05:30
Kartheek Lenkala
e33a018d7a Moving testsuite directory to root folder 2015-03-22 17:01:50 +05:30
Kartheek Lenkala
9d4afa1160 Pytest migration initial commit 2015-03-22 15:28:54 +05:30
Markus Unterwaditzer
d0b35415ad Merge pull request #239 from msabramo/tox_posargs
tox.ini: Use {posargs} so that test runner arguments can be passed to tox
2015-02-26 10:49:22 +01:00
Armin Ronacher
bd0f6c07d1 Added 3.4 to tox 2014-06-06 21:33:07 +06:00
Marc Abramowitz
10d14f2175 tox.ini: Use {posargs} so that test runner arguments can be passed to
tox

E.g.: tox -e py26 -- -v jinja2.testsuite.core_tags
2013-06-05 22:23:48 -07:00
Armin Ronacher
54c9f93e1f Added nicer test finder from Flask 2013-05-20 11:51:37 +01:00
Daniel Neuhäuser
69b4b0a6b5 Add tox configuration 2013-05-18 12:29:58 +02:00