aboutsummaryrefslogtreecommitdiff
path: root/test/py/conftest.py
AgeCommit message (Expand)AuthorFilesLines
2021-11-28test/py: Relax the naming rules for unit testsSimon Glass1-1/+1
2021-05-24test/py: improve regular expression for ut subtest symbol matcherMarek Behún1-1/+1
2021-03-12test: Rename all linker lists to have a ut_ prefixSimon Glass1-1/+1
2021-02-01test/py: fix runtest wrapper for pytest 6Stephen Warren1-1/+4
2020-10-29pytest: Collect SPL unit testsSimon Glass1-5/+8
2020-06-02test/py: use actual core count for parallel buildsHeinrich Schuchardt1-1/+1
2020-04-10test/py: Allow using buildman to build U-BootSimon Glass1-9/+21
2020-01-07test/py: Fix broken 'notbuildconfigspec' markerCristian Ciocaltea1-1/+1
2019-12-10test.py: Make search for autoconf.mk more permissiveSimon Glass1-12/+27
2019-10-30test/py: Manual python3 fixesTom Rini1-5/+4
2019-10-30test/py: Automated conversion to Python 3Tom Rini1-6/+3
2019-10-30test/py: Fix pytest4 deprecation warningsMarek Vasut1-18/+12
2019-04-23test/py: pytest.mark.notbuildconfigspec()Heinrich Schuchardt1-5/+9
2019-02-19test: let use gdbserver for all sandbox targetsIgor Opaniuk1-2/+2
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