summaryrefslogtreecommitdiff
path: root/doc/rtd/topics/tests.rst
diff options
context:
space:
mode:
authorStephan Telling <st@telling.xyz>2017-06-01 22:08:29 +0200
committerScott Moser <smoser@ubuntu.com>2017-06-06 09:43:40 -0600
commitdc0e70d155b4ff7a3c914ae7aaed3a52571e2107 (patch)
treed4512a8e8e883486691bb8208c760341e70ac206 /doc/rtd/topics/tests.rst
parent27c079bb14667fda52937ee198b72c80823f3a4f (diff)
downloadvyos-cloud-init-dc0e70d155b4ff7a3c914ae7aaed3a52571e2107.tar.gz
vyos-cloud-init-dc0e70d155b4ff7a3c914ae7aaed3a52571e2107.zip
fix typos and remove whitespace in various docs
Diffstat (limited to 'doc/rtd/topics/tests.rst')
-rw-r--r--doc/rtd/topics/tests.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rtd/topics/tests.rst b/doc/rtd/topics/tests.rst
index 0663811e..60c63bce 100644
--- a/doc/rtd/topics/tests.rst
+++ b/doc/rtd/topics/tests.rst
@@ -158,7 +158,7 @@ Development Checklist
* Named 'your_test_here.py'
* Valid unit tests validating output collected
* Passes pylint & pep8 checks
- * Placed in the appropriate sub-folder in the testcsaes directory
+ * Placed in the appropriate sub-folder in the testcases directory
* Tested by running the test:
.. code-block:: bash
@@ -222,7 +222,7 @@ collect can be ran by running:
$ python3 -m tests.cloud_tests collect -n xenial -d /tmp/collection \
--deb cloud-init_0.7.8~my_patch_all.deb
-The above command will run the collection tests on xenial with the
+The above command will run the collection tests on Xenial with the
provided deb and place all results into `/tmp/collection`.
Verify
@@ -249,7 +249,7 @@ configuration users can run the integration tests via tox:
$ tox -e citest -- run -v -n zesty --deb=cloud-init_all.deb
$ tox -e citest -- run -t module/user_groups.yaml
-Users need to invoke the citest enviornment and then pass any additional
+Users need to invoke the citest environment and then pass any additional
arguments.