summaryrefslogtreecommitdiff
path: root/tests/cachekey/cachekey.py
Commit message (Expand)AuthorAgeFilesLines
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-251-1/+1
* test:utils/site: Consolidate IS_LINUX/WSL/Windows in a single siteBenjamin Schubert2019-06-061-2/+1
* test:utils/site: Consolidate MACHINE_ARCH variable in a single placeBenjamin Schubert2019-06-061-2/+2
* test:utils/site: Consolidate Git environment variables in a single placeBenjamin Schubert2019-06-061-2/+2
* test:utils/site: Consolidate Bzr environment variables in a single placeBenjamin Schubert2019-06-061-1/+2
* Remove OSTree plugin; It lives now in the bst-plugins-experimental repoJavier Jardón2019-05-141-2/+1
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* tests: when comparing lists/dicts, compare all at onceBenjamin Schubert2019-03-211-3/+4
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-2/+2
* 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/+4
* tests:lint: fix indentationBenjamin Schubert2019-03-201-1/+1
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-201-1/+1
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-201-4/+6
* tests: Remove unused variablesBenjamin Schubert2019-03-011-1/+1
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+1
* tests/cachekey: Test cache keys are independent of target elementsphil/cache-key-stability-testPhil Dawson2019-02-011-0/+38
* optionarch.py: update to use same arch names as SandboxConfigRaoul Hidalgo Charman2018-12-051-1/+1
* Disable cachekey tests on other architectures than x86_64Valentin David2018-11-141-1/+3
* Fix E305 warningsJavier Jardón2018-08-281-0/+1
* tests: Add tests for configurable warningsJosh Smith2018-08-151-2/+46
* tests/cachekey/cachekey.py: Manually create a symlink for our testsTristan Van Berkom2018-01-101-0/+10
* tests/cachekey/cachekey.py: Use new error checkingTristan Van Berkom2018-01-011-5/+1
* tests/cachekey: Refactoring to now include an automatic updaterTristan Van Berkom2017-10-231-15/+9
* Fix tests for other platformsTristan Maat2017-09-281-1/+3
* 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/cachekey/cachekey.py: Use the cli runner fixture here.Tristan Van Berkom2017-09-041-15/+5
* tests/cachekey: Adding Cache Key testsTristan Van Berkom2017-09-011-0/+171