Skip to content

Commit 267e472

Browse files
committed
chore: clean test code
1 parent bebd1ab commit 267e472

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/test_statement.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,3 @@ def test_statement_create(self):
109109
def test_statement_walk_backward(self):
110110
for stmt in self.statement.walk_backward(depth=3, base="control"):
111111
self.assertIn(stmt.start_line, [1, 2, 3, 4])
112-
113-
114-
if __name__ == "__main__":
115-
project = scubatrace.Project.create(
116-
"/Users/sunbk201/Downloads/python-xxhash",
117-
language=scubatrace.language.PYTHON,
118-
enable_lsp=True,
119-
)
120-
for impor in project.files["setup.py"].imports:
121-
print(impor._path)

0 commit comments

Comments
 (0)