summaryrefslogtreecommitdiff
path: root/tests/frontend/configurable_warnings.py
Commit message (Expand)AuthorAgeFilesLines
* Plugin loading refactor, removing all versioningTristan Van Berkom2020-04-291-3/+1
* Replace format-version with min-versionTristan Van Berkom2020-04-251-0/+1
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+1
* tests: Drop buildbox xfailsJürg Billeter2019-12-101-3/+0
* Reformat code using BlackChandan Singh2019-11-141-27/+18
* tests: unmark tests passing with buildboxDarius Makovsky2019-10-091-1/+2
* Mark buildbox tests as xfail if they require non implemented featuresWilliam Salmon2019-07-251-0/+2
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-1/+1
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-1/+1
* 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: reorder imports for consistencyBenjamin Schubert2019-03-201-1/+2
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-011-1/+1
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+1
* tests: Add tests for configurable warningsJosh Smith2018-08-151-0/+63