summaryrefslogtreecommitdiff
path: root/tests/sources
Commit message (Expand)AuthorAgeFilesLines
* Updated test cases for internal API changes stemming from project optionsTristan Van Berkom2017-10-101-3/+3
* Updating test cases to construct the project/loader properly again.Tristan Van Berkom2017-10-081-2/+1
* Fix affected test cases24-better-validation-for-loaded-yamlTristan Maat2017-09-141-3/+3
* tar.py source test case: Stop using tar's private _sha256sum() methodTristan Van Berkom2017-09-121-4/+5
* Add patch source pluginChandan Singh2017-09-0921-6/+234
* tests/sources/ostree.py: Removed test and data.Tristan Van Berkom2017-09-046-193/+0
* tests/source/git.py: Skip if git is not availableTristan Van Berkom2017-09-041-0/+12
* tests/sources/bzr.py: Use site.py to determine presence of bzrTristan Van Berkom2017-09-041-8/+1
* tests/sources/ostree.py: Removed http server testTristan Van Berkom2017-09-041-22/+0
* local source tests: Removed test case for get_unique_key()Tristan Van Berkom2017-09-011-18/+0
* Fix testsTristan Maat2017-07-171-1/+1
* Test Cases: Updated for new Project / Loader API changesTristan Van Berkom2017-07-171-5/+7
* Add --host-arch and --target-arch, and 'host-arches' conditionalSam Thursfield2017-07-061-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 some basic bzr testsJonathan Maw2017-05-2513-0/+227
* Added/fixed tar source tests.Tristan Van Berkom2017-05-145-2/+35
* 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
* Refactor: Untangling element/source namesTristan Van Berkom2017-03-181-1/+0
* source test fixture: Create a context with a log handler.Tristan Van Berkom2017-02-251-0/+7
* 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-021-1/+1
* ostree.py test case: Commented out another testTristan Van Berkom2017-01-191-17/+18
* Fixed test cases for Source refresh() -> track() API changeTristan Van Berkom2017-01-182-14/+17
* 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
* 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-044-0/+0
|\
| * Renaming root project configuration file from project.yaml to project.conf fo...Andrew Leeming2017-01-044-0/+0
* | Added git source test for fetching and staging gits with subreposTristan Van Berkom2017-01-031-2/+135
|/
* Adding first git plugin testsTristan Van Berkom2016-12-194-0/+236
* local source test: Use the common fixture thingyTristan Van Berkom2016-12-191-48/+18
* Source tests: Adding common fixture thingy to share across source testsTristan Van Berkom2016-12-191-0/+41
* Simplify exceptions a bitTristan Van Berkom2016-12-181-2/+2
* Added missing test filesTristan Van Berkom2016-12-152-0/+7
* Adding first source test for local sourceTristan Van Berkom2016-12-157-0/+119