summaryrefslogtreecommitdiff
path: root/tests/format
Commit message (Expand)AuthorAgeFilesLines
* tests/format/include.py: Test preservation of conditionals at include timetristan/bst-1/options-orderTristan van Berkom2020-07-2426-0/+174
* tests/format/variables.py: Added some new testsTristan van Berkom2020-07-227-18/+118
* _variables.py: Complete rewriteTristan van Berkom2020-07-226-1/+29
* tests/format/project.py: Test loading of BuildStream 2 projects.Tristan Van Berkom2020-05-122-0/+12
* Process options in includes files with the options of their junctionTristan Van Berkom2020-05-1215-0/+130
* _project.py: resolve options before running the final assertionsabderrahim/options-1Abderrahim Kitouni2020-04-052-0/+34
* plugins/elements/cmake.yaml: always specify variable typesAbderrahim Kitouni2019-11-261-2/+2
* Adding test for Invalid Yamlknownexus2019-05-103-0/+16
* tests/format/project.py: Added tests for missing files and missing junctionsTristan Van Berkom2019-03-125-0/+31
* Fix outside-of-project check when project path is not canonical.valentindavid/silverblue-path-1.2Valentin David2018-09-281-0/+12
* tests/format/optionoverrides.py: Added test for options in element overridesTristan Van Berkom2018-09-183-0/+49
* Add tests for cyclic variables checkJosh Smith2018-08-303-0/+24
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-0347-0/+583
* tests: test local plugins and element-path pathstiagogomes/issue-195-1.2Tiago Gomes2018-08-023-1/+51
* _project.py: Allow running bst commands from subdirectories of project rootChandan Singh2018-06-064-0/+21
* 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-063-0/+24
* plugins/elements/cmake.yaml: allow using ninja instead of make (#279)abderrahim/cmake-ninjaAbderrahim Kitouni2018-04-142-2/+3
* tests/format/variables.py: Ported from old style testsTristan Van Berkom2018-04-1415-0/+118
* More specific exceptions when a project.conf is missing.Tristan Van Berkom2018-04-081-1/+1
* tests/format/options.py: Added tests for invalid variable names in optionsTristan Van Berkom2018-04-065-0/+31
* tests/format/options.py: Added tests for invalid option name symbolsTristan Van Berkom2018-04-069-0/+45
* tests/format/project.py: Added tests for loading of invalid project namesTristan Van Berkom2018-04-063-0/+22
* tests/format/project.py: Converted to use CLI test harnessTristan Van Berkom2018-04-067-0/+64
* tests/format/project.py: Test that conditional statements are supported in pr...Tristan Van Berkom2018-03-204-0/+56
* tests/format: Use new error assertions all aroundTristan Van Berkom2018-01-0111-120/+50
* tests: Test whether a plugin is allowed to be loadedfix-132-rebasedJonathan Maw2017-12-1311-1/+62
* Update tests for changed plugin loadingJonathan Maw2017-12-139-0/+75
* Remove unused imports in test filesGökçen Nurlu2017-12-074-4/+0
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-0610-10/+10
* Catch attempts to compose a listSam Thursfield2017-10-313-0/+28
* test/format/projectoverrides.py: Test project wide element type overrides128-status-ticker-fails-to-update-periodically-on-some-buildsTristan Van Berkom2017-10-253-0/+38
* tests/format: Test proper failure of reference to undefined optionsTristan Van Berkom2017-10-233-0/+29
* tests/yaml/, tests/format/: Added tests for list composition directivesTristan Van Berkom2017-10-178-0/+78
* tests/format/optionexports.py: Testing variable exports for base option typesTristan Van Berkom2017-10-143-0/+69
* tests/format/assertion.py: Added tests for the (!) assertion directiveTristan Van Berkom2017-10-115-0/+74
* tests/format/optionarch.py: Added arch option specific test casesTristan Van Berkom2017-10-103-0/+97
* tests/format/optioneltmask.py: Added element-mask option specific test casesTristan Van Berkom2017-10-108-0/+135
* tests/format/optionflags.py: Added flags option specific test casesTristan Van Berkom2017-10-106-0/+180
* tests/format/optionenum.py: Added enum option specific test casesTristan Van Berkom2017-10-106-0/+162
* tests/format/optionbool.py: Added boolean option specific test casesTristan Van Berkom2017-10-106-0/+146
* tests/format/options.py: General tests for project optionsTristan Van Berkom2017-10-1018-0/+365
* tests/testutils/runcli.py: Provide the last raised exception in the resultTristan Van Berkom2017-10-101-0/+0