Minor cleanup in test_ast
This commit is contained in:
parent
45e99d027d
commit
271f2846dc
@ -16,7 +16,6 @@ from hy._compat import PY3
|
|||||||
import ast
|
import ast
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
def _ast_spotcheck(arg, root, secondary):
|
def _ast_spotcheck(arg, root, secondary):
|
||||||
if "." in arg:
|
if "." in arg:
|
||||||
local, full = arg.split(".", 1)
|
local, full = arg.split(".", 1)
|
||||||
@ -290,7 +289,7 @@ def test_ast_require():
|
|||||||
|
|
||||||
|
|
||||||
def test_ast_import_require_dotted():
|
def test_ast_import_require_dotted():
|
||||||
"""As in Python, it should be a compile-type error to attempt to
|
"""As in Python, it should be a compile-time error to attempt to
|
||||||
import a dotted name."""
|
import a dotted name."""
|
||||||
cant_compile("(import [spam [foo.bar]])")
|
cant_compile("(import [spam [foo.bar]])")
|
||||||
cant_compile("(require [spam [foo.bar]])")
|
cant_compile("(require [spam [foo.bar]])")
|
||||||
|
Loading…
Reference in New Issue
Block a user