Example #1
0
 def setUp(self):
     self.section = Section('test section')
     self.uut = PyLintBear(self.section, Queue())
     self.test_file = os.path.join(os.path.dirname(__file__), 'test_files',
                                   'pylint_test.py')
     self.rc_file = os.path.join(os.path.dirname(__file__), 'test_files',
                                 'pylint_config')
Example #2
0
 def setUp(self):
     self.section = Section("test section")
     self.uut = PyLintBear(self.section, Queue())
     self.test_file = os.path.join(os.path.dirname(__file__), "test_files",
                                   "pylint_test.py")
     self.rc_file = os.path.join(os.path.dirname(__file__), "test_files",
                                 "pylint_config")