test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework/test_case: fix typos
@ 2019-01-18 12:52 Rami Rosen
  0 siblings, 0 replies; only message in thread
From: Rami Rosen @ 2019-01-18 12:52 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 framework/test_case.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/test_case.py b/framework/test_case.py
index 9b9b430..7402631 100644
--- a/framework/test_case.py
+++ b/framework/test_case.py
@@ -84,7 +84,7 @@ class TestCase(object):
         if self._suite_result is None:
             raise ValueError("Result object should not None")
 
-        # load running enviornment
+        # load running environment
         if load_global_setting(PERF_SETTING) == "yes":
             self._enable_perf = True
         else:
@@ -258,7 +258,7 @@ class TestCase(object):
 
     def _execute_test_case(self, case_obj):
         """
-        Execute specified test case in specified suite. If any exception occured in
+        Execute specified test case in specified suite. If any exception occurred in
         validation process, save the result and tear down this case.
         """
         case_name = case_obj.__name__
-- 
2.19.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-18 12:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 12:52 [dts] [PATCH] framework/test_case: fix typos Rami Rosen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).