@@ -26,25 +26,26 @@ Given a function body `f` as a string of code tokens (including special tokens s
26
26
```
27
27
======== Analysing test_files/test_code_add.py =========
28
28
29
- Function "add" with Docstring """sums two numbers and returns the result"""
30
- Do they match?
29
+
30
+ >>> Function "add" with Dcostring """sums two numbers and returns the result"""
31
+ >>> Do they match?
31
32
Yes
32
33
```
33
34
34
35
```
35
36
======== Analysing test_files/test_code_add.py =========
36
37
37
- Function "return_all_even" with Docstring """numbers that are not really odd"""
38
- Do they match?
38
+ >>> Function "return_all_even" with Dcostring """numbers that are not really odd"""
39
+ >>> Do they match?
39
40
Yes
40
41
41
42
```
42
43
43
44
```
44
45
======== Analysing test_files/inner_dir/test_code_get.py =========
45
46
46
- Function "get_file" with Docstring """opens a url"""
47
- Do they match?
47
+ >>> Function "get_file" with Dcostring """opens a url"""
48
+ >>> Do they match?
48
49
No
49
50
50
51
```
@@ -133,20 +134,20 @@ A prompt will appear to confirm the model location. Once you confirm that then t
133
134
======== Analysing test_files/test_code_add.py =========
134
135
135
136
136
- Function "add" with Dcostring """sums two numbers and returns the result"""
137
- Do they match?
137
+ >>> Function "add" with Dcostring """sums two numbers and returns the result"""
138
+ >>> Do they match?
138
139
Yes
139
140
******************************************************************
140
- Function "return_all_even" with Dcostring """numbers that are not really odd"""
141
- Do they match?
141
+ >>> Function "return_all_even" with Dcostring """numbers that are not really odd"""
142
+ >>> Do they match?
142
143
Yes
143
144
******************************************************************
144
145
145
146
======== Analysing test_files/inner_dir/test_code_get.py =========
146
147
147
148
148
- Function "get_file" with Dcostring """opens a url"""
149
- Do they match?
149
+ >>> Function "get_file" with Dcostring """opens a url"""
150
+ >>> Do they match?
150
151
No
151
152
******************************************************************
152
153
```
0 commit comments