summaryrefslogtreecommitdiff
path: root/tests/format/project.py
Commit message (Expand)AuthorAgeFilesLines
* tests/plugins/loading.py: Migrate tests for found/not found pluginsTristan Van Berkom2020-05-031-14/+0
* _pluginfactory/pluginfactory.py: Add provenance to missing plugin errorsTristan Van Berkom2020-05-031-1/+1
* Plugin loading refactor, removing all versioningTristan Van Berkom2020-04-291-2/+2
* Replace format-version with min-versionTristan Van Berkom2020-04-251-0/+1
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+1
* Reformat code using BlackChandan Singh2019-11-141-93/+68
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-1/+1
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-5/+5
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* The new YAML World OrderDaniel Silverstone2019-03-271-5/+5
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-5/+5
* 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: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-201-5/+5
* tests/format/project.py: Added tests for missing files and missing junctionsTristan Van Berkom2019-03-121-0/+20
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-1/+1
* tests: Remove unused variablesBenjamin Schubert2019-03-011-2/+2
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+3
* tests: Renaming some tests in tests/format/project.pyTristan Van Berkom2019-01-161-5/+5
* tests: Migrate preflight error handling check to tests/format/project.pyTristan Van Berkom2019-01-161-0/+7
* tests: Migrate test for load_ref() unsupporting plugins into format/project.pyTristan Van Berkom2019-01-161-0/+32
* tests/format/project.py: Added new regression test for empty dependency dicti...Tristan Van Berkom2018-12-071-0/+7
* Fix outside-of-project check when project path is not canonical.Valentin David2018-09-271-0/+12
* Adding test for Invalid Yamlissue-642-Invalid_project.conf_seen_as_missingknownexus2018-09-181-0/+7
* tests: test local plugins and element-path pathstiagogomes/issue-195Tiago Gomes2018-08-021-1/+43
* _project.py: Allow running bst commands from subdirectories of project rootChandan Singh2018-06-061-0/+15
* More specific exceptions when a project.conf is missing.Tristan Van Berkom2018-04-081-1/+1
* tests/format/project.py: Added tests for loading of invalid project namesTristan Van Berkom2018-04-061-0/+14
* tests/format/project.py: Converted to use CLI test harnessTristan Van Berkom2018-04-061-0/+49
* tests/format/project.py: Test that conditional statements are supported in pr...Tristan Van Berkom2018-03-201-0/+27
* tests/format: Use new error assertions all aroundTristan Van Berkom2018-01-011-9/+4
* tests: Test whether a plugin is allowed to be loadedfix-132-rebasedJonathan Maw2017-12-131-1/+19
* Update tests for changed plugin loadingJonathan Maw2017-12-131-0/+23