PEP8, Pylint
This commit is contained in:
parent
c02d3fed3e
commit
c788976ab2
3 changed files with 21 additions and 14 deletions
|
@ -9,11 +9,11 @@ from tests import files
|
|||
class TestJsNode(unittest.TestCase):
|
||||
|
||||
def setUp(self) -> None:
|
||||
|
||||
|
||||
self.tests = files.read_sample('token_input.txt')
|
||||
self.results = files.read_sample('token_output.txt')
|
||||
self.js = atjsparse.NodeInterpreter()
|
||||
|
||||
|
||||
def test_exec(self) -> None:
|
||||
|
||||
for func, exp in zip(self.tests, self.results):
|
||||
|
|
Reference in a new issue