aboutsummaryrefslogtreecommitdiff
path: root/test/py/u_boot_spawn.py
AgeCommit message (Expand)Author
2021-11-26test: fix pylint errors in u_boot_spawn.pyHeinrich Schuchardt
2021-10-14pytest: Show a message when sandbox crashesSimon Glass
2019-10-30test/py: Use raw strings more to avoid deprecation warningsTom Rini
2019-10-30test/py: Manual python3 fixesTom Rini
2018-07-10test/py: Use range() rather than xrange()Paul Burton
2018-07-10test/py: Make print statements python 3.x safePaul Burton
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-07-14test/py: Provide a way to get early console outputSimon Glass
2016-07-08test/py: strip VT100 codes from match bufferStephen Warren
2016-02-15test/py: handle exceptions in console creationStephen Warren
2016-02-09test/py: fix off-by-one error in spawn matching codeStephen Warren
2016-02-08test/py: support running sandbox under gdbserverStephen Warren
2016-01-28test/py: run sandbox in source directoryStephen Warren
2016-01-28test/py: fix spawn.expect multiple match handlingStephen Warren
2016-01-28test/py: use " for docstringsStephen Warren
2016-01-28test/py: fix timeout to be absoluteStephen Warren
2016-01-20test/py: Implement pytest infrastructureStephen Warren