summaryrefslogtreecommitdiff
path: root/tests/yaml
Commit message (Expand)AuthorAgeFilesLines
* Fix python warnings: Use collections.abc instead collectionsjjardon/warnings_collectionsJavier Jardón2018-10-181-1/+1
* Fix spelling of it's and itsRichard Dale2018-10-167-7/+7
* yaml.py: Add yaml cache test to yaml list composition twiceLachlan Mackenzie2018-10-151-8/+9
* yaml.py: Add yaml cache testing to yaml list composition testLachlan Mackenzie2018-10-151-6/+10
* yaml.py: Add loader for yaml test files cache optionLachlan Mackenzie2018-10-151-0/+16
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-021-1/+1
* _yaml.py: Prevent ruamel from removing underscoresPhillip Smyth2018-02-152-0/+44
* Allow overwriting a list with an empty list using (=) operatorsam/overwrite-list-with-empty-listSam Thursfield2017-11-082-0/+17
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-1/+1
* tests/yaml/, tests/format/: Added tests for list composition directivesTristan Van Berkom2017-10-178-104/+246
* _yaml.py: Fixing inconsistently named API _yaml.validate_node()Tristan Van Berkom2017-10-011-3/+3
* Add _yaml.validate_nodeTristan Maat2017-09-132-0/+30
* Untangling _yaml and utils modules.Tristan Van Berkom2017-04-071-3/+3
* yaml test case: Added test ensuring compositing does not effect underlying co...Tristan Van Berkom2017-02-262-7/+39
* pep8 fixes in yaml test caseTristan Van Berkom2016-12-101-10/+17
* Added basic yaml testsTristan Van Berkom2016-11-284-0/+224