Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
Run pychecker on the given test, located in input/ Will compare to output of the same name in expected/
src/p/y/PyChecker-HEAD/test/test_stdlib.py PyChecker(Download)
return self.check('test_zope_interface', '-q') if __name__ == '__main__':
src/p/y/PyChecker-HEAD/test/test_dict.py PyChecker(Download)
def test_dict(self): self.check('test_dict') if __name__ == '__main__': unittest.main()