summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Testtest-coverage-reportsTristan Van Berkom2017-09-081-0/+2
* Test with pagesTristan Van Berkom2017-09-081-2/+0
* .gitlab-ci.yml: Produce combined coverage reportTristan Van Berkom2017-09-081-8/+31
* .coveragerc: Configuring so that reports from different environments can be c...Tristan Van Berkom2017-09-081-7/+10
* WIP: Trying to share and collate coverage reportsTristan Van Berkom2017-09-081-0/+13
* _ostree.py: Removed remove()Tristan Van Berkom2017-09-081-23/+0
* _artifactcache/artifactcache.py: Removed remove()Tristan Van Berkom2017-09-081-16/+0
* Removing artifact cache tests.Tristan Van Berkom2017-09-083-113/+0
* .coveragerc: Indicate that we use multiprocessingTristan Van Berkom2017-09-061-2/+10
* doc/source/install.rst: Fixing docs for required OSTree versionTristan Van Berkom2017-09-051-6/+1
* tests/frontend/buildcheckout.py: Run tests in strict/non-strict modeTristan Van Berkom2017-09-051-9/+21
* source-bundle: don't use a subdirectory of {build_root}Charles Bailey2017-09-051-3/+3
* tests/completions/completions.py: Testing more completion casesTristan Van Berkom2017-09-0510-17/+114
* _frontend/complete.py: Fixing completions of subdirectory trees in element su...Tristan Van Berkom2017-09-051-4/+17
* tests/completions/completions.py: Adding new test for bash completionsTristan Van Berkom2017-09-0510-0/+272
* tests/frontend/pull.py: Added test case for testing `bst pull`Tristan Van Berkom2017-09-051-0/+145
* tests/frontend/push.py: Adding test for `bst push`Tristan Van Berkom2017-09-051-0/+98
* _pipeline.py: Raise pipeline error in pull/pushTristan Van Berkom2017-09-051-2/+2
* frontend test project.conf: Use a more neutral and sensible project nameTristan Van Berkom2017-09-051-1/+1
* tests/testutils/runcli.py: Now the cli can set the environment and cwd for a runTristan Van Berkom2017-09-051-7/+40
* tests/testutils/runcli.py: Print CLI commands unconditionallyTristan Van Berkom2017-09-051-5/+5
* tests/testutils/runcli.py: Added get_element_key() method to fetch cache keyTristan Van Berkom2017-09-051-0/+13
* artifactcache.py: Special casing local pull & pushTristan Van Berkom2017-09-051-4/+18
* tests/testutils/artifactshare.py: Added scaffolding for artifact sharesTristan Van Berkom2017-09-052-0/+107
* _frontend/main.py: special case test suite for completionsTristan Van Berkom2017-09-051-3/+16
* _frontend/complete.py: Return whether completions were handled instead of exi...Tristan Van Berkom2017-09-051-34/+6
* setup.{cfg,py}: Bring back BST_TEST_SUITE env variableTristan Van Berkom2017-09-052-0/+3
* Restructuring tests using the Repo and CliTristan Van Berkom2017-09-046-22/+18
* tests/frontend/workspace.py: Adding test for `bst workspace` familyTristan Van Berkom2017-09-041-0/+192
* _frontend/widget.py: Removed pretty printing of workspace listTristan Van Berkom2017-09-041-17/+0
* _frontend/main.py: `bst workspace list` in machine readable format.Tristan Van Berkom2017-09-041-9/+14
* _frontend/main.py: Only prompt user when interactiveTristan Van Berkom2017-09-041-4/+7
* source.py: Consider workspaced sources with missing content inconsistentTristan Van Berkom2017-09-041-2/+13
* _yaml.py: Added load_data()Tristan Van Berkom2017-09-041-5/+12
* _yaml.py: Make _yaml.dump() optionally dump to stdoutTristan Van Berkom2017-09-041-4/+8
* element.py: Use the BST_ARTIFACT_VERSION declared in the project.py moduleTristan Van Berkom2017-09-041-7/+2
* project.py: Declare main BST_ARTIFACT_VERSION hereTristan Van Berkom2017-09-041-8/+17
* tests/sources/ostree.py: Removed test and data.Tristan Van Berkom2017-09-046-193/+0
* tests/testutils/repo/ostree.py: Skip tests if the ostree cli is not installedTristan Van Berkom2017-09-041-0/+7
* cachekey.py: Fix broken logic of excluding testsTristan Van Berkom2017-09-041-2/+2
* tests/cachekey/cachekey.py: Skip if not all plugins are availableTristan Van Berkom2017-09-041-0/+6
* tests/testutils/repo/git.py: Skip tests if git is not installedTristan Van Berkom2017-09-041-0/+8
* tests/testutils/repo/bzr.py: Skip tests if bzr is not installedTristan Van Berkom2017-09-041-0/+8
* 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
* testutis/site.py: A location for checking the presense of host featuresTristan Van Berkom2017-09-041-0/+22
* HACKING.rst: Adding a little reminder of how to invoke specific testsTristan Van Berkom2017-09-041-0/+6
* tests/frontend/track.py: Added test case for `bst track`Tristan Van Berkom2017-09-041-0/+57
* tests/frontend/fetch.py: Added tests for `bst fetch`Tristan Van Berkom2017-09-041-0/+50
* tests/frontend/compose_splits.py: Adding some simple artifact splitting test.Tristan Van Berkom2017-09-043-0/+69