]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
pytests/tests: fix typos in README
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 30 Nov 2018 10:40:54 +0000 (11:40 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 4 Dec 2018 16:13:42 +0000 (17:13 +0100)
tests/pytests/README.rst

index e066f3c0d172d98c033ca34d9004d5c22d35a68a..3f62adf85f383bd7f27395d01d5f19375b6e7f4c 100644 (file)
@@ -21,7 +21,7 @@ Tests can be executed with the pytest framework.
    $ pytest-3 --html pytests.html --self-contained-html  # html report
 
 It's highly recommended to run these tests in parallel, since lot of them
-wait for kresd timeout. This can be don with `python-xdist`:
+wait for kresd timeout. This can be done with `python-xdist`:
 
 .. code-block:: bash
 
@@ -32,7 +32,7 @@ each other. However, when using lots of parallel jobs, it is possible an already
 port will be assigned to kresd. These cases will be detected and result in skipped
 tests.
 
-Some tests are ommitted from automatic test collection by default, due to their
+Some tests are omitted from automatic test collection by default, due to their
 resource contraints. These typicially have to be executed separately by providing
 the path to test file directly.