refactor: fix typos

This commit is contained in:
luowentao
2017-09-11 20:44:57 +08:00
parent cd6e742808
commit 7bffdda3aa
5 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ class ApiTestCase(unittest.TestCase):
def create_suite(testset):
""" create test suite with a testset, it may include one or several testcases.
each suite should initialize a seperate Runner() with testset config.
each suite should initialize a separate Runner() with testset config.
"""
suite = unittest.TestSuite()