summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/sourcecache: Fix typos in commentsJürg Billeter2019-07-163-3/+3
* tests/sourcecache/staging.py: Use dummy_context()Jürg Billeter2019-07-161-62/+48
* tests/sourcecache/push.py: Use dummy_context()Jürg Billeter2019-07-161-29/+26
* tests/sourcecache/fetch.py: Use dummy_context()Jürg Billeter2019-07-161-86/+74
* tests/internals/pluginloading.py: Use dummy_context()Jürg Billeter2019-07-161-22/+19
* tests/internals/loader.py: Use dummy_context()Jürg Billeter2019-07-161-32/+17
* tests/internals/context.py: Use dummy_context()Jürg Billeter2019-07-161-4/+5
* tests/format/include_composition.py: Use dummy_context()Jürg Billeter2019-07-161-79/+84
* tests/artifactcache/push.py: Use dummy_context()Jürg Billeter2019-07-161-80/+63
* tests/artifactcache/pull.py: Use dummy_context()Jürg Billeter2019-07-161-125/+100
* tests/artifactcache/config.py: Use dummy_context()Jürg Billeter2019-07-161-10/+10
* tests/testutils: Add dummy_context() helperJürg Billeter2019-07-162-0/+47
* Checkout to default dir if no tar or directory:Rebecca Grayson2019-07-161-0/+18
* element.py: Introduce __update_strict_cache_key_of_rdeps()James Ennis2019-07-161-1/+1
* _pipeline.py, loader.py: Move Element._preflight() to new_from_meta()James Ennis2019-07-161-2/+0
* tests/frontend/show.py: Test proper resolution of max-jobsTristan Van Berkom2019-07-161-0/+51
* _frontend: Added toplevel `--max-jobs` configurationTristan Van Berkom2019-07-161-0/+1
* node: Rename 'copy' to 'clone'Benjamin Schubert2019-07-151-1/+1
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-153-23/+23
* _yaml: Mark 'strip_node_info' as buildstream-privateBenjamin Schubert2019-07-153-6/+6
* _yaml: Set 'MappingNode' public-private APIBenjamin Schubert2019-07-151-7/+7
* _yaml: Mark attributes in ProvenanceInformation as Buildstream-privateBenjamin Schubert2019-07-151-4/+4
* _yaml: Remove 'node_get_provenance' and add 'Node.get_provenance'Benjamin Schubert2019-07-155-13/+13
* _yaml: Remove 'indices' from 'node_get_provenance'Benjamin Schubert2019-07-151-3/+3
* _yaml: Move 'value' of Node in each sub nodeBenjamin Schubert2019-07-151-7/+14
* _yaml: Remove 'node_validate' and replace by 'MappingNode.validate_keys'Benjamin Schubert2019-07-153-5/+5
* _yaml: Create 'from_dict' on Node and remove node creation methodsBenjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_extend_list' and add 'SequenceNode.append'Benjamin Schubert2019-07-151-14/+0
* _yaml: Add a 'from_dict' on Node to create new nodes from dictsBenjamin Schubert2019-07-152-17/+17
* _yaml: Move 'node_composite' to a method on 'MappingNode'Benjamin Schubert2019-07-151-7/+7
* tests/yaml: Stop using 'composite_dict' and use 'composite' insteadBenjamin Schubert2019-07-151-7/+7
* _yaml: remove node_sanitizeBenjamin Schubert2019-07-151-3/+3
* _yaml: Decomission 'dump()'. 'roundtrip_dump' is an equivalent function nowBenjamin Schubert2019-07-151-2/+2
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-1560-280/+264
* _cachekey: Remove the 'node_sanitization' done before the json stringBenjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_find_target' and replace by 'MappingNode.find'Benjamin Schubert2019-07-151-2/+2
* _yaml: Remove 'node_set'. Now use __setitem__Benjamin Schubert2019-07-155-17/+16
* _yaml: Remove 'node_items' and add 'MappingNode.items()'Benjamin Schubert2019-07-151-5/+4
* _yaml: Remove 'node_del' and support `del mapping[key]`Benjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_copy' and add 'Node.copy()'Benjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_get' and migrate all remaining calls to new APIBenjamin Schubert2019-07-156-41/+41
* tests: remove 'node_get_yaml_provenance()' helper and replace with the new APIBenjamin Schubert2019-07-156-62/+19
* _yaml: Introduce 'get_sequence()' and 'sequence_at()'/'mapping_at()'Benjamin Schubert2019-07-154-17/+17
* _yaml: Remove use of expected_type=None in 'node_get()'Benjamin Schubert2019-07-152-4/+0
* _yaml: Add 'as_int()' on ScalarNodeBenjamin Schubert2019-07-151-1/+1
* _yaml: Add 'as_bool()' and 'is_none()' to ScalarNodeBenjamin Schubert2019-07-152-5/+5
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-1521-81/+81
* _yaml: add 'get_mapping()' to MappingNodeBenjamin Schubert2019-07-155-8/+8
* tests: Add RE test for builds that failRaoul Hidalgo Charman2019-07-121-0/+75
* tests: pulling buildtrees in remote executionRaoul Hidalgo Charman2019-07-123-0/+105