Commit b929cee1 authored by Łukasz Nowak's avatar Łukasz Nowak

- fix typos


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40097 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent db6f2a84
......@@ -81,13 +81,13 @@ print sys.version_info[:2]
os.unlink(name)
def test_use_generated_python_as_normal_interpreter(self):
"""Checks behabiour of generated python as interpreter"""
"""Checks behaviour of generated python as interpreter"""
stdout, stderr = subprocess.Popen(["bin/python2.4", "-V"],
stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
self.assertTrue('Python 2.4' in stderr)
def test_required_libraries(self):
"""Checks possiblity of importing libraries"""
"""Checks possibility of importing libraries"""
ignored_library_list = getCleanList("""
socks
""")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment