~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* test: Support tests which can only be run manuallySimon Glass2022-10-31
* test/py: Support --build when running tests in parallelSimon Glass2022-09-12
* test/py: Move U-Boot building into a functionSimon Glass2022-09-12
* test/py: Allow tests to be marked single-threaded onlySimon Glass2022-09-12
* vpl: Support running vpl testsSimon Glass2022-05-02
* test/py: Relax the naming rules for unit testsSimon Glass2021-11-28
* test/py: improve regular expression for ut subtest symbol matcherMarek Behún2021-05-24
* test: Rename all linker lists to have a ut_ prefixSimon Glass2021-03-12
* test/py: fix runtest wrapper for pytest 6Stephen Warren2021-02-01
* pytest: Collect SPL unit testsSimon Glass2020-10-29
* test/py: use actual core count for parallel buildsHeinrich Schuchardt2020-06-02
* test/py: Allow using buildman to build U-BootSimon Glass2020-04-10
* test/py: Fix broken 'notbuildconfigspec' markerCristian Ciocaltea2020-01-07
* test.py: Make search for autoconf.mk more permissiveSimon Glass2019-12-10
* test/py: Manual python3 fixesTom Rini2019-10-30
* test/py: Automated conversion to Python 3Tom Rini2019-10-30
* test/py: Fix pytest4 deprecation warningsMarek Vasut2019-10-30
* test/py: pytest.mark.notbuildconfigspec()Heinrich Schuchardt2019-04-23
* test: let use gdbserver for all sandbox targetsIgor Opaniuk2019-02-19
* test/py: Import 'configparser' lower case to be python 3.x safePaul Burton2018-07-10
* test/py: Make print statements python 3.x safePaul Burton2018-07-10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* test/py: highlight warnings in the log summaryStephen Warren2018-03-13
* test/py: Allow any unit test suite to be foundSimon Glass2017-12-02
* test/py: add skip marker for reliance on toolsStephen Warren2017-09-29
* test/py: provide more information about test skip reasonStephen Warren2017-09-29
* test/py: expose config and log as session scoped fixtureStefan Brüns2016-11-21
* test/py: ensure a log section exists for skipped testsStephen Warren2016-10-23
* Merge git://git.denx.de/u-boot-dmTom Rini2016-07-15
|\
| * test/py: Handle testing with the sandbox_spl boardSimon Glass2016-07-14
* | test/py: Allow tests to control the sandbox device-tree fileSimon Glass2016-07-14
|/
* test/py: print summary in test orderStephen Warren2016-02-15
* test/py: don't import pexpectStephen Warren2016-02-15
* test/py: run all "ut" subtestsStephen Warren2016-02-15
* test/py: HTML awesome!Stephen Warren2016-02-09
* test/py: support running sandbox under gdbserverStephen Warren2016-02-08
* test/py: correctly log xfail/xpass testsStephen Warren2016-01-28
* test/py: Provide custom IDs when parametrizing testsStephen Warren2016-01-28
* test/py: use " for docstringsStephen Warren2016-01-28
* test/py: drain console log at the end of any failed testStephen Warren2016-01-28
* test/py: move U-Boot respawn trigger to the test coreStephen Warren2016-01-28
* test/py: Implement pytest infrastructureStephen Warren2016-01-20