summaryrefslogtreecommitdiff
path: root/test/py/test.py
AgeCommit message (Expand)AuthorFilesLines
2021-01-29test: correct entry point to pytestHeinrich Schuchardt1-5/+5
2019-10-31test/py: Rework test.py to be a different kind of wrapperTom Rini1-16/+4
2019-10-31test/py: Automated conversion to Python 3Tom Rini1-3/+1
2018-07-10test/py: Make print statements python 3.x safePaul Burton1-2/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-28host-tools: use python2 explicitly for shebangMasahiro Yamada1-1/+1
2016-02-10test/py: exit(1) if there are problems running py.testStephen Warren1-0/+1
2016-01-29test/py: Quote consistencyStephen Warren1-4/+4
2016-01-21test/py: Implement pytest infrastructureStephen Warren1-0/+32