コード例 #1
0
 def tearDown(self):
     RefactorTests.tearDown(self)
     PythonFile.select_python_parser()
コード例 #2
0
 def setUp(self):
     PythonFile.select_python_parser('parso')
     RefactorTests.setUp(self)
コード例 #3
0
 def tearDown(self):
     PythonFile.select_python_parser()
コード例 #4
0
 def setUp(self):
     PythonFile.select_python_parser('redbaron')
     RefactorTests.setUp(self)
コード例 #5
0
 def setUp(self):
     PythonFile.select_python_parser('parso')
     StaticLoaderTests.setUp(self)