summaryrefslogtreecommitdiff
path: root/test/py/conftest.py
AgeCommit message (Expand)Author
2020-10-29pytest: Collect SPL unit testsSimon Glass
2020-06-02test/py: use actual core count for parallel buildsHeinrich Schuchardt
2020-04-10test/py: Allow using buildman to build U-BootSimon Glass
2020-01-07test/py: Fix broken 'notbuildconfigspec' markerCristian Ciocaltea
2019-12-10test.py: Make search for autoconf.mk more permissiveSimon Glass
2019-10-30test/py: Manual python3 fixesTom Rini
2019-10-30test/py: Automated conversion to Python 3Tom Rini
2019-10-30test/py: Fix pytest4 deprecation warningsMarek Vasut
2019-04-23test/py: pytest.mark.notbuildconfigspec()Heinrich Schuchardt
2019-02-19test: let use gdbserver for all sandbox targetsIgor Opaniuk
2018-07-10test/py: Import 'configparser' lower case to be python 3.x safePaul 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
2018-03-13test/py: highlight warnings in the log summaryStephen Warren
2017-12-02test/py: Allow any unit test suite to be foundSimon Glass
2017-09-29test/py: add skip marker for reliance on toolsStephen Warren
2017-09-29test/py: provide more information about test skip reasonStephen Warren
2016-11-21test/py: expose config and log as session scoped fixtureStefan BrĂ¼ns
2016-10-23test/py: ensure a log section exists for skipped testsStephen Warren
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini
2016-07-14test/py: Handle testing with the sandbox_spl boardSimon Glass
2016-07-14test/py: Allow tests to control the sandbox device-tree fileSimon Glass
2016-02-15test/py: print summary in test orderStephen Warren
2016-02-15test/py: don't import pexpectStephen Warren
2016-02-15test/py: run all "ut" subtestsStephen Warren
2016-02-09test/py: HTML awesome!Stephen Warren
2016-02-08test/py: support running sandbox under gdbserverStephen Warren
2016-01-28test/py: correctly log xfail/xpass testsStephen Warren
2016-01-28test/py: Provide custom IDs when parametrizing testsStephen Warren
2016-01-28test/py: use " for docstringsStephen Warren
2016-01-28test/py: drain console log at the end of any failed testStephen Warren
2016-01-28test/py: move U-Boot respawn trigger to the test coreStephen Warren
2016-01-20test/py: Implement pytest infrastructureStephen Warren