summaryrefslogtreecommitdiffstats
path: root/test/py/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* test/py: use actual core count for parallel buildsHeinrich Schuchardt2020-06-021-1/+1
* test/py: Allow using buildman to build U-BootSimon Glass2020-04-101-9/+21
* test/py: Fix broken 'notbuildconfigspec' markerCristian Ciocaltea2020-01-071-1/+1
* test.py: Make search for autoconf.mk more permissiveSimon Glass2019-12-101-12/+27
* test/py: Manual python3 fixesTom Rini2019-10-301-5/+4
* test/py: Automated conversion to Python 3Tom Rini2019-10-301-6/+3
* test/py: Fix pytest4 deprecation warningsMarek Vasut2019-10-301-18/+12
* test/py: pytest.mark.notbuildconfigspec()Heinrich Schuchardt2019-04-231-5/+9
* test: let use gdbserver for all sandbox targetsIgor Opaniuk2019-02-191-2/+2
* test/py: Import 'configparser' lower case to be python 3.x safePaul Burton2018-07-101-2/+6
* test/py: Make print statements python 3.x safePaul Burton2018-07-101-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* test/py: highlight warnings in the log summaryStephen Warren2018-03-131-3/+16
* test/py: Allow any unit test suite to be foundSimon Glass2017-12-021-1/+1
* test/py: add skip marker for reliance on toolsStephen Warren2017-09-291-0/+29
* test/py: provide more information about test skip reasonStephen Warren2017-09-291-3/+3
* test/py: expose config and log as session scoped fixtureStefan BrĂ¼ns2016-11-211-0/+26
* test/py: ensure a log section exists for skipped testsStephen Warren2016-10-231-1/+12
* Merge git://git.denx.de/u-boot-dmTom Rini2016-07-151-1/+1
|\
| * test/py: Handle testing with the sandbox_spl boardSimon Glass2016-07-141-1/+1
* | test/py: Allow tests to control the sandbox device-tree fileSimon Glass2016-07-141-0/+1
|/
* test/py: print summary in test orderStephen Warren2016-02-151-8/+8
* test/py: don't import pexpectStephen Warren2016-02-151-1/+0
* test/py: run all "ut" subtestsStephen Warren2016-02-151-24/+79
* test/py: HTML awesome!Stephen Warren2016-02-091-26/+35
* test/py: support running sandbox under gdbserverStephen Warren2016-02-081-0/+8
* test/py: correctly log xfail/xpass testsStephen Warren2016-01-281-21/+39
* test/py: Provide custom IDs when parametrizing testsStephen Warren2016-01-281-1/+7
* test/py: use " for docstringsStephen Warren2016-01-281-22/+22
* test/py: drain console log at the end of any failed testStephen Warren2016-01-281-0/+1
* test/py: move U-Boot respawn trigger to the test coreStephen Warren2016-01-281-1/+2
* test/py: Implement pytest infrastructureStephen Warren2016-01-201-0/+422