aboutsummaryrefslogtreecommitdiff
path: root/tests/res
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-01-10apply blackDavid Lord
2019-10-21support pathlib in FileSystemLoader and ModuleLoaderAlex Chan
2019-10-17PackageLoader doesn't depend on setuptoolsDavid Lord
2019-10-13skip template with same name as directoryDavid Lord
When using multiple paths with FileSystemLoader, a template with the same name as a directory will not prevent loading a template in the directory.
2015-03-22Rename testsuite to tests and suggestionsKartheek Lenkala
Remove py.test from setup.py install_requires Rename testsuite folder to tests.