summaryrefslogtreecommitdiff
path: root/tests/loader
Commit message (Expand)AuthorAgeFilesLines
* tests/format/junctions.py: Added tests for missing files across junction boun...Tristan Van Berkom2019-03-1211-1/+67
* Add tests for validating configuration variablesTiago Gomes2018-09-143-0/+101
* Make Project owner of Loader.Valentin David2018-08-031-1/+1
* Pass targets to Loader.load() instead of its constructor.Valentin David2018-08-033-35/+36
* Add error message when running commands on directoriesFrancisco Redondo Marchena2018-06-281-0/+12
* Interpret names as colon separated junction path in loader.Valentin David2018-06-081-0/+40
* _loader.py: Removing special case error for junctions depending on elementsTristan Van Berkom2018-04-261-3/+3
* _loader package: Creating a new sub package to hold the loader related things.Tristan Van Berkom2018-04-172-4/+2
* _loader.py: Some fixes in how we load sources for junctionsTristan Van Berkom2018-04-051-1/+1
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-033-20/+23
* Add junction testsJürg Billeter2018-02-0847-0/+435
* Pass Project instance to LoaderJürg Billeter2018-02-085-23/+26
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-062-2/+2
* Updating all test cases for the removal of architecture conditionals and optionsTristan Van Berkom2017-11-065-159/+16
* Adjust tests to new APITristan Maat2017-11-043-43/+43
* Updated test cases for internal API changes stemming from project optionsTristan Van Berkom2017-10-104-22/+37
* Updating test cases to construct the project/loader properly again.Tristan Van Berkom2017-10-084-179/+22
* Removing variant testsTristan Van Berkom2017-10-0823-545/+0
* Fix affected test cases24-better-validation-for-loaded-yamlTristan Maat2017-09-144-1/+20
* Add element node validationsTristan Maat2017-09-143-0/+21
* tests/loader: Test dependency type 'all'Jürg Billeter2017-08-102-0/+22
* Test Cases: Updated for new Project / Loader API changesTristan Van Berkom2017-07-174-50/+50
* variant tests: Added tests to ensure default variant is chosenTristan Van Berkom2017-07-172-0/+32
* variants.py tests: Added test cases to ensure LoadError() is raised for inval...Tristan Van Berkom2017-07-173-0/+66
* Add --host-arch and --target-arch, and 'host-arches' conditionalSam Thursfield2017-07-065-42/+114
* Refactor: Untangling element/source namesTristan Van Berkom2017-03-181-11/+11
* variants test case: Fixed for changed element name policyTristan Van Berkom2017-02-221-11/+11
* Removed code and tests related to stacks and includes.Tristan Van Berkom2016-12-1921-650/+0
* Add loader tests for dependency typesJürg Billeter2016-12-124-0/+75
* Add variants test for illegal compositionTristan Van Berkom2016-12-102-0/+24
* pep8 fixes in loader variants test caseTristan Van Berkom2016-12-101-13/+37
* pep8 fixes in loader stacks test caseTristan Van Berkom2016-12-101-1/+3
* pep8 fixes in loader dependencies test caseTristan Van Berkom2016-12-101-0/+4
* pep8 fixes in loader includes test caseTristan Van Berkom2016-12-101-0/+4
* pep8 fixes in loader basics test caseTristan Van Berkom2016-12-101-0/+5
* pep8 fixes in loader arches test caseTristan Van Berkom2016-12-101-13/+35
* Add loader test for dependency dict without variantJürg Billeter2016-12-052-0/+19
* Added a ton of tests to test the LoaderTristan Van Berkom2016-11-2854-0/+1431