Commit 355e6fb9 authored by Denis Bilenko's avatar Denis Bilenko

xtest_pep8.py: add test__doc

parent c26eac33
...@@ -64,6 +64,9 @@ class Test(unittest.TestCase): ...@@ -64,6 +64,9 @@ class Test(unittest.TestCase):
# E202 whitespace before '(' # E202 whitespace before '('
system(command % join(dirname(abspath(dirname(__file__))), 'examples'), '| grep -v E702 | grep -v E202') system(command % join(dirname(abspath(dirname(__file__))), 'examples'), '| grep -v E702 | grep -v E202')
def test_doc(self):
system(command % join(dirname(abspath(dirname(__file__))), 'doc'))
def test_setup(self): def test_setup(self):
system(command % join(dirname(abspath(dirname(__file__))), 'setup.py')) system(command % join(dirname(abspath(dirname(__file__))), 'setup.py'))
......
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