summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/artifactcache/config.py2
-rw-r--r--tests/completions/completions.py2
-rw-r--r--tests/testutils/artifactshare.py2
-rw-r--r--tests/yaml/data/implicitoverwrite.yaml2
-rw-r--r--tests/yaml/data/listappend.yaml2
-rw-r--r--tests/yaml/data/listappendprepend.yaml2
-rw-r--r--tests/yaml/data/listoverwrite.yaml2
-rw-r--r--tests/yaml/data/listprepend.yaml2
-rw-r--r--tests/yaml/data/secondappend.yaml2
-rw-r--r--tests/yaml/data/secondprepend.yaml2
10 files changed, 10 insertions, 10 deletions
diff --git a/tests/artifactcache/config.py b/tests/artifactcache/config.py
index 8ab0ecee1..df40d1073 100644
--- a/tests/artifactcache/config.py
+++ b/tests/artifactcache/config.py
@@ -113,7 +113,7 @@ def test_artifact_cache_precedence(tmpdir, override_caches, project_caches, user
# Assert that if either the client key or client cert is specified
-# without specifying it's counterpart, we get a comprehensive LoadError
+# without specifying its counterpart, we get a comprehensive LoadError
# instead of an unhandled exception.
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.parametrize('config_key, config_value', [
diff --git a/tests/completions/completions.py b/tests/completions/completions.py
index 50b41f7b3..e6d15e68a 100644
--- a/tests/completions/completions.py
+++ b/tests/completions/completions.py
@@ -76,7 +76,7 @@ def assert_completion(cli, cmd, word_idx, expected, cwd=None):
words = result.output.splitlines()
# The order is meaningless, bash will
- # take the results and order it by it's
+ # take the results and order it by its
# own little heuristics
words = sorted(words)
expected = sorted(expected)
diff --git a/tests/testutils/artifactshare.py b/tests/testutils/artifactshare.py
index d95667227..759fd7b00 100644
--- a/tests/testutils/artifactshare.py
+++ b/tests/testutils/artifactshare.py
@@ -32,7 +32,7 @@ class ArtifactShare():
def __init__(self, directory, *, total_space=None, free_space=None):
# The working directory for the artifact share (in case it
- # needs to do something outside of it's backend's storage folder).
+ # needs to do something outside of its backend's storage folder).
#
self.directory = os.path.abspath(directory)
diff --git a/tests/yaml/data/implicitoverwrite.yaml b/tests/yaml/data/implicitoverwrite.yaml
index 20e5eb76a..957d2c084 100644
--- a/tests/yaml/data/implicitoverwrite.yaml
+++ b/tests/yaml/data/implicitoverwrite.yaml
@@ -1,4 +1,4 @@
-# Composited on top of basics.yaml, overwriting it's children list
+# Composited on top of basics.yaml, overwriting its children list
children:
- name: overwrite1
mood: overwrite1
diff --git a/tests/yaml/data/listappend.yaml b/tests/yaml/data/listappend.yaml
index 889ed80b2..169308c54 100644
--- a/tests/yaml/data/listappend.yaml
+++ b/tests/yaml/data/listappend.yaml
@@ -1,4 +1,4 @@
-# Composited on top of basics.yaml, appending to it's children list
+# Composited on top of basics.yaml, appending to its children list
children:
(>):
- name: appended1
diff --git a/tests/yaml/data/listappendprepend.yaml b/tests/yaml/data/listappendprepend.yaml
index 18471b36c..7e4b59a9c 100644
--- a/tests/yaml/data/listappendprepend.yaml
+++ b/tests/yaml/data/listappendprepend.yaml
@@ -1,4 +1,4 @@
-# Composited on top of basics.yaml, prepending and appending to it's children list
+# Composited on top of basics.yaml, prepending and appending to its children list
children:
(<):
- name: prepended1
diff --git a/tests/yaml/data/listoverwrite.yaml b/tests/yaml/data/listoverwrite.yaml
index 3efdfa7cb..eb9d7b1d9 100644
--- a/tests/yaml/data/listoverwrite.yaml
+++ b/tests/yaml/data/listoverwrite.yaml
@@ -1,4 +1,4 @@
-# Composited on top of basics.yaml, overwriting it's children list
+# Composited on top of basics.yaml, overwriting its children list
children:
(=):
- name: overwrite1
diff --git a/tests/yaml/data/listprepend.yaml b/tests/yaml/data/listprepend.yaml
index 3934c93be..a19a9d5d7 100644
--- a/tests/yaml/data/listprepend.yaml
+++ b/tests/yaml/data/listprepend.yaml
@@ -1,4 +1,4 @@
-# Composited on top of basics.yaml, prepending to it's children list
+# Composited on top of basics.yaml, prepending to its children list
children:
(<):
- name: prepended1
diff --git a/tests/yaml/data/secondappend.yaml b/tests/yaml/data/secondappend.yaml
index 376c4a707..20cfc1ad6 100644
--- a/tests/yaml/data/secondappend.yaml
+++ b/tests/yaml/data/secondappend.yaml
@@ -1,4 +1,4 @@
-# Composited on top of listappend.yaml, appending to it's children list
+# Composited on top of listappend.yaml, appending to its children list
children:
(>):
- name: secondappend1
diff --git a/tests/yaml/data/secondprepend.yaml b/tests/yaml/data/secondprepend.yaml
index 58276c381..5be8b9e72 100644
--- a/tests/yaml/data/secondprepend.yaml
+++ b/tests/yaml/data/secondprepend.yaml
@@ -1,4 +1,4 @@
-# Composited on top of listprepend.yaml, prepending to it's children list
+# Composited on top of listprepend.yaml, prepending to its children list
children:
(<):
- name: secondprepend1