Skip to content

Commit 88a2d3b

Browse files
committed
developer docs
1 parent a31f39d commit 88a2d3b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/src/developer/testcase.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22

33
testcase的写法可以参考CodePipeline/test/ast_checker_test.py
44
```python
5-
import unittest
6-
import tempfile
7-
import os
8-
import sys
9-
import json
10-
sys.path.append("..")
11-
sys.path.append(".")
12-
sys.path.append("../..")
13-
from dataflow.utils.utils import get_generator
14-
155
class TreeSitterParserTest(unittest.TestCase):
166

177
def setUp(self):

0 commit comments

Comments
 (0)