summaryrefslogtreecommitdiff
path: root/tests/format/include.py
Commit message (Expand)AuthorAgeFilesLines
* node: Add 'get_str_list' on 'MappingNode'Benjamin Schubert2019-07-171-2/+2
* _yaml: Decomission 'dump()'. 'roundtrip_dump' is an equivalent function nowBenjamin Schubert2019-07-151-2/+2
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-2/+2
* _yaml: Introduce 'get_sequence()' and 'sequence_at()'/'mapping_at()'Benjamin Schubert2019-07-151-2/+2
* _yaml: Add 'as_bool()' and 'is_none()' to ScalarNodeBenjamin Schubert2019-07-151-3/+3
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-10/+10
* _yaml: add 'get_mapping()' to MappingNodeBenjamin Schubert2019-07-151-1/+1
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-2/+2
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-121-2/+2
* _yaml.py: Remove node_containsDaniel Silverstone2019-04-041-1/+1
* The new YAML World OrderDaniel Silverstone2019-03-271-18/+17
* 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: remove duplicated testsBenjamin Schubert2019-03-201-13/+0
* tests: Add tests to ensure that overwriting on later compositions worksJames Ennis2019-03-121-0/+17
* tests/format/include: remove unused tmpdir'saevri/include-errorAngelos Evripiotis2019-02-111-6/+6
* _includes: better error on including directoryAngelos Evripiotis2019-02-111-0/+21
* _includes: better error on missing includeAngelos Evripiotis2019-02-111-0/+20
* _includes: better provenance on recursive includeAngelos Evripiotis2019-02-111-1/+2
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+3
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-021-0/+263