aboutsummaryrefslogtreecommitdiff
path: root/test/py/conftest.py
AgeCommit message (Expand)AuthorFilesLines
2018-07-10test/py: Import 'configparser' lower case to be python 3.x safePaul Burton1-2/+6
2018-07-10test/py: Make print statements python 3.x safePaul Burton1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-13test/py: highlight warnings in the log summaryStephen Warren1-3/+16
2017-12-02test/py: Allow any unit test suite to be foundSimon Glass1-1/+1
2017-09-29test/py: add skip marker for reliance on toolsStephen Warren1-0/+29
2017-09-29test/py: provide more information about test skip reasonStephen Warren1-3/+3
2016-11-21test/py: expose config and log as session scoped fixtureStefan BrĂ¼ns1-0/+26
2016-10-23test/py: ensure a log section exists for skipped testsStephen Warren1-1/+12
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2016-07-14test/py: Handle testing with the sandbox_spl boardSimon Glass1-1/+1
2016-07-14test/py: Allow tests to control the sandbox device-tree fileSimon Glass1-0/+1
2016-02-15test/py: print summary in test orderStephen Warren1-8/+8
2016-02-15test/py: don't import pexpectStephen Warren1-1/+0
2016-02-15test/py: run all "ut" subtestsStephen Warren1-24/+79
2016-02-09test/py: HTML awesome!Stephen Warren1-26/+35
2016-02-08test/py: support running sandbox under gdbserverStephen Warren1-0/+8
2016-01-28test/py: correctly log xfail/xpass testsStephen Warren1-21/+39
2016-01-28test/py: Provide custom IDs when parametrizing testsStephen Warren1-1/+7
2016-01-28test/py: use " for docstringsStephen Warren1-22/+22
2016-01-28test/py: drain console log at the end of any failed testStephen Warren1-0/+1
2016-01-28test/py: move U-Boot respawn trigger to the test coreStephen Warren1-1/+2
2016-01-20test/py: Implement pytest infrastructureStephen Warren1-0/+422