aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Collapse)Author
2020-08-18Revert "Revert "Import external/python/jinja into master""IRIS YANG
This reverts commit 81aec74062b5c629b3408f7f3d18343ec0bbcab8. Reason for revert: It seems Jinja folder is empty. Revert the revert to add files back. Third-party review: ag/11821018 Change-Id: I4429a3b3448cdf2eb62ec388392a2a29fa3dbc21
2020-07-17Revert "Import external/python/jinja into master"IRIS YANG
This reverts commit e868444bb65b7ae2a025b1c8c7854a8c4f2f58c1. Reason for revert: Since build will failed. We might need to wait b/160731429 fixed and submit it again. Change-Id: I56449de779d11c13cdfe1243b9a9726f94e55b33
2020-05-18use pip-compile to pin dev requirementsDavid Lord
2020-02-05remove unsupported test envsDavid Lord
2020-01-26remove test and coverage results from ciDavid Lord
2020-01-10add py 3.8 and style to testsDavid Lord
2020-01-10ensure deprecation warnings mention versionDavid Lord
2019-07-26fix tox docs buildDavid Lord
2019-07-20warnings are errors during testsDavid Lord
2019-07-20ignore coverage parse errorsDavid Lord
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-20switch tests to azure pipelinesDavid Lord
2017-10-08codecov needs argparse on 2.6David Lord
2017-07-06standard test configurationDavid Lord
add branch coverage and codecov
2017-01-09Enable py36 in tox.iniAdrian Moennich
2016-04-11standard tox/travis configDavid Lord
fix pytest warning, don't prefix non-testcase classes with Test
2015-09-20Added Python 3.5 to tox and Travis configurationSebastian Noack
2015-03-22Rename testsuite to tests and suggestionsKartheek Lenkala
Remove py.test from setup.py install_requires Rename testsuite folder to tests.
2015-03-22Moving testsuite directory to root folderKartheek Lenkala
2015-03-22Pytest migration initial commitKartheek Lenkala
2015-02-26Merge pull request #239 from msabramo/tox_posargsMarkus Unterwaditzer
tox.ini: Use {posargs} so that test runner arguments can be passed to tox
2014-06-06Added 3.4 to toxArmin Ronacher
2013-06-05tox.ini: Use {posargs} so that test runner arguments can be passed toMarc Abramowitz
tox E.g.: tox -e py26 -- -v jinja2.testsuite.core_tags
2013-05-20Added nicer test finder from FlaskArmin Ronacher
2013-05-18Add tox configurationDaniel Neuhäuser