summaryrefslogtreecommitdiff
path: root/tests/frontend/logging.py
Commit message (Expand)AuthorAgeFilesLines
* jobs: refactor, use new set_message_unique_idAngelos Evripiotis2019-05-231-0/+6
* tests/frontend/logging.py: fix error message regexAngelos Evripiotis2019-05-221-2/+13
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-2/+2
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-121-1/+1
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-3/+3
* tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-201-1/+1
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-201-0/+3
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-201-2/+2
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-201-1/+3
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-011-1/+1
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-1/+1
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-1/+1
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+2
* Add more log formatting optionsWilliam Salmon2019-02-071-2/+4
* _frontend/widget.py: Render core messages more like other messagesTristan Van Berkom2019-01-241-2/+2
* tests/frontend/logging.py: Fix regex Deprecation WarningChandan Singh2018-12-201-2/+2
* Introduce new "source" command groupChandan Singh2018-12-141-2/+2
* tests: Use cli.configure for custom logging testRichard Maw2018-09-141-3/+2
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-081-1/+1
* tests: Check that output includes log files of failed buildsRichard Maw2018-04-121-0/+28
* Remove other references to SequenceID from the code and testsJim MacArthur2018-03-131-2/+2
* Add a test for default and custom loggingJim MacArthur2018-03-011-0/+81