summaryrefslogtreecommitdiff
path: root/tests/format/variables.py
Commit message (Expand)AuthorAgeFilesLines
* tests/format/variables.py: Increase timeoutTristan van Berkom2020-08-031-1/+1
* tests/format/variables.py: Adding new test for lazy variable resolutiontristan/partial-variablesTristan van Berkom2020-07-221-0/+10
* tests/format/variables.py: Added some new testsTristan van Berkom2020-07-221-11/+76
* _variables.pyx: Rewrite Variables code.Tristan van Berkom2020-07-221-2/+2
* Optimize variable flatteningValentin David2020-06-031-0/+9
* element.py: Always expand public data's variablesBenjamin Schubert2020-05-291-0/+21
* node.pyx: Deep clone ScalarNode toobschubert/ensure-composite-works-with-variablesBenjamin Schubert2020-05-191-0/+21
* Replace format-version with min-versionTristan Van Berkom2020-04-251-2/+2
* tests/format/variables.py: Increase timeout for test_cyclic_variablesjuerg/test-timeoutsJürg Billeter2020-04-241-1/+1
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+1
* Tests: Remove bst-plugins-experimental dependencyThomas Coldrick2020-01-131-38/+2
* Reformat code using BlackChandan Singh2019-11-141-109/+80
* _variables: Fix reporting of missing variableBenjamin Schubert2019-07-171-2/+3
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-5/+5
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-2/+2
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* The new YAML World OrderDaniel Silverstone2019-03-271-4/+4
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-4/+4
* 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/+3
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-6/+6
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+1
* tests: Migrate protected variable handling tests to tests/format/variables.pyTristan Van Berkom2019-01-161-3/+89
* plugins/elements/cmake.yaml: always specify variable typesAbderrahim Kitouni2018-11-191-2/+2
* Add conf-root variable to buildsWilliam Salmon2018-10-161-4/+4
* Add tests for cyclic variables checkJosh Smith2018-08-291-0/+18
* tests/format/variables.py: Removed testing of stderrTristan Van Berkom2018-05-081-4/+0
* tests/format/variables.py: Add a test for undefined variable error messageValentin David2018-05-061-0/+14
* plugins/elements/cmake.yaml: allow using ninja instead of make (#279)abderrahim/cmake-ninjaAbderrahim Kitouni2018-04-141-2/+2
* tests/format/variables.py: Ported from old style testsTristan Van Berkom2018-04-141-0/+64