Skip to content

Commit f01ecfa

Browse files
committed
Fix formatting
1 parent 629943a commit f01ecfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test_main.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ def test_interpreter_return():
127127
"ast/input_3.txt",
128128
],
129129
)
130-
def test_all_on_previous_tests(name: str): # run interpreter on parser tests and AST tests
130+
def test_all_on_previous_tests(
131+
name: str,
132+
): # run interpreter on parser tests and AST tests
131133
result = runner.invoke(app, ["run", f"tests/{name}"])
132134
assert result.exit_code == 0

0 commit comments

Comments
 (0)