summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_concurrency.py2
-rw-r--r--tests/test_html.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index d438684..e36db30 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -311,7 +311,7 @@ SUM_RANGE_WORK = """
"""
MULTI_CODE = """
- # Above this will be a defintion of work().
+ # Above this will be a definition of work().
import multiprocessing
import os
import time
diff --git a/tests/test_html.py b/tests/test_html.py
index dda2e4b..eaf7d7d 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -419,7 +419,7 @@ class HtmlTest(HtmlTestHelpers, CoverageTest):
def test_shining_panda_fix(self):
# The ShiningPanda plugin looks for "status.dat" to find HTML reports.
- # Accomodate them, but only if we are running under Jenkins.
+ # Accommodate them, but only if we are running under Jenkins.
self.set_environ("JENKINS_URL", "Something or other")
self.create_initial_files()
self.run_coverage()