summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests/artifactcache: Store cache keys as artifact metadataJürg Billeter2017-07-141-3/+18
* tests/artifactcache: Recalculate _cached after commitJürg Billeter2017-07-141-0/+1
* Move ArtifactError to exceptions.pyJürg Billeter2017-07-141-2/+3
* artifact tests: Adjust to work with new configuration and APIsTristan Van Berkom2017-07-101-3/+5
* Add --host-arch and --target-arch, and 'host-arches' conditionalSam Thursfield2017-07-067-44/+116
* tests/artifactcache: Add local push and fetch testJürg Billeter2017-06-271-1/+18
* tests/context/context.py: Ignore real config filesSam Thursfield2017-06-221-1/+1
* test/sources/ostree.py: Fix ResourceWarning when calling subprocessSam Thursfield2017-06-221-6/+1
* tests/sources/bzr.py: Skip bzr source tests if `bzr` program isn't foundSam Thursfield2017-06-221-0/+18
* Add --except testsTristan Maat2017-06-2010-0/+52
* Add some basic bzr testsJonathan Maw2017-05-2513-0/+227
* variables test: Updated for changes in build element pluginsTristan Van Berkom2017-05-201-8/+6
* Added/fixed tar source tests.Tristan Van Berkom2017-05-145-2/+35
* variables.py test case: Fixed to pass tests after cmake defaults changeTristan Van Berkom2017-05-141-2/+6
* Add tests for the tar sourceJonathan Maw2017-04-1311-0/+167
* Add some default repo aliases to the test fixtureJonathan Maw2017-04-131-0/+4
* Untangling _yaml and utils modules.Tristan Van Berkom2017-04-071-3/+3
* Fixed test cases for xdg dependency removalTristan Van Berkom2017-03-211-8/+15
* Adapted test cases to new Context changesTristan Van Berkom2017-03-204-19/+13
* Refactor: Untangling element/source namesTristan Van Berkom2017-03-183-28/+27
* Updated artifact cache test cases.Tristan Van Berkom2017-03-103-21/+31
* Removing sandbox tests.Tristan Van Berkom2017-03-082-364/+0
* yaml test case: Added test ensuring compositing does not effect underlying co...Tristan Van Berkom2017-02-262-7/+39
* source test fixture: Create a context with a log handler.Tristan Van Berkom2017-02-251-0/+7
* variables.py test case: Adapt to changes in element plugin defaults.Tristan Van Berkom2017-02-241-4/+4
* variants test case: Fixed for changed element name policyTristan Van Berkom2017-02-221-11/+11
* Remove apostrophes from grammatically incorrect instances of "it's"Paul Sherwood2017-02-111-1/+1
* Fixed tests for new Project() constructor argument.Tristan Van Berkom2017-02-025-9/+9
* ostree.py test case: Commented out another testTristan Van Berkom2017-01-191-17/+18
* Adapted project test which loads a custom source to implement get_consistency()Tristan Van Berkom2017-01-191-3/+3
* Fixed test cases for Source refresh() -> track() API changeTristan Van Berkom2017-01-182-14/+17
* cmake.yaml: Use 'PATH' in -DCMAKE_INSTALL_PREFIX:PATH="%{prefix}"Tristan Van Berkom2017-01-181-2/+2
* ostree source test case: Few changesTristan Van Berkom2017-01-164-53/+44
* Changing the pull command from pull_with_options to just the basic pull. GPG ...Andrew Leeming2017-01-163-3/+5
* Adding some return code/conditions when adding remotes to catch if a remote i...Andrew Leeming2017-01-163-3/+5
* Starting to add in some tests for OSTree.Andrew Leeming2017-01-166-0/+224
* git.py test case data file: Specify a ref for git source testTristan Van Berkom2017-01-161-0/+1
* sources test fixure.py: Adjusted for new source factory argumentTristan Van Berkom2017-01-121-0/+1
* project plugin test case: Fixed to implement new methodsTristan Van Berkom2017-01-091-0/+6
* Added test ensuring project plugin paths workTristan Van Berkom2017-01-077-0/+103
* Adding __init__.py in main tests directory.Tristan Van Berkom2017-01-071-0/+0
* tests/variables/variables.py: New variable testsTristan Van Berkom2017-01-0715-0/+126
* project.py & config: Added variables to base project configurationTristan Van Berkom2017-01-072-7/+6
* Fixed git submodule tests to be relocatable (was breaking in different places)Tristan Van Berkom2017-01-041-47/+55
* Merge branch 'leeming/project-conf-rename' into 'master' Tristan Van Berkom2017-01-0410-0/+0
|\
| * Renaming root project configuration file from project.yaml to project.conf fo...Andrew Leeming2017-01-0410-0/+0
* | Added git source test for fetching and staging gits with subreposTristan Van Berkom2017-01-031-2/+135
|/
* Added tests with pipeline to check element iteration and scopeTristan Van Berkom2016-12-319-1/+158