|
5 | 5 | | test.py:28 | ok | str_operations | ts[Slice] | |
6 | 6 | | test.py:29 | ok | str_operations | ts[Slice] | |
7 | 7 | | test.py:30 | ok | str_operations | ts[0] | |
8 | | -| test.py:31 | fail | str_operations | str(..) | |
9 | | -| test.py:40 | fail | str_methods | ts.capitalize() | |
10 | | -| test.py:41 | fail | str_methods | ts.casefold() | |
11 | | -| test.py:42 | fail | str_methods | ts.center(..) | |
12 | | -| test.py:43 | fail | str_methods | ts.expandtabs() | |
13 | | -| test.py:45 | fail | str_methods | ts.format() | |
14 | | -| test.py:46 | fail | str_methods | "{}".format(..) | |
15 | | -| test.py:47 | fail | str_methods | "{unsafe}".format(..) | |
16 | | -| test.py:49 | fail | str_methods | ts.format_map(..) | |
| 8 | +| test.py:31 | ok | str_operations | str(..) | |
| 9 | +| test.py:40 | ok | str_methods | ts.capitalize() | |
| 10 | +| test.py:41 | ok | str_methods | ts.casefold() | |
| 11 | +| test.py:42 | ok | str_methods | ts.center(..) | |
| 12 | +| test.py:43 | ok | str_methods | ts.expandtabs() | |
| 13 | +| test.py:45 | ok | str_methods | ts.format() | |
| 14 | +| test.py:46 | ok | str_methods | "{}".format(..) | |
| 15 | +| test.py:47 | ok | str_methods | "{unsafe}".format(..) | |
| 16 | +| test.py:49 | ok | str_methods | ts.format_map(..) | |
17 | 17 | | test.py:50 | fail | str_methods | "{unsafe}".format_map(..) | |
18 | | -| test.py:52 | fail | str_methods | ts.join(..) | |
| 18 | +| test.py:52 | ok | str_methods | ts.join(..) | |
19 | 19 | | test.py:53 | fail | str_methods | "".join(..) | |
20 | | -| test.py:55 | fail | str_methods | ts.ljust(..) | |
21 | | -| test.py:56 | fail | str_methods | ts.lstrip() | |
22 | | -| test.py:57 | fail | str_methods | ts.lower() | |
23 | | -| test.py:59 | fail | str_methods | ts.replace(..) | |
24 | | -| test.py:60 | fail | str_methods | "safe".replace(..) | |
25 | | -| test.py:62 | fail | str_methods | ts.rjust(..) | |
26 | | -| test.py:63 | fail | str_methods | ts.rstrip() | |
27 | | -| test.py:64 | fail | str_methods | ts.strip() | |
28 | | -| test.py:65 | fail | str_methods | ts.swapcase() | |
29 | | -| test.py:66 | fail | str_methods | ts.title() | |
30 | | -| test.py:67 | fail | str_methods | ts.upper() | |
31 | | -| test.py:68 | fail | str_methods | ts.zfill(..) | |
32 | | -| test.py:70 | fail | str_methods | ts.encode(..) | |
33 | | -| test.py:71 | fail | str_methods | ts.encode(..).decode(..) | |
34 | | -| test.py:73 | fail | str_methods | tb.decode(..) | |
35 | | -| test.py:74 | fail | str_methods | tb.decode(..).encode(..) | |
36 | | -| test.py:77 | fail | str_methods | ts.partition(..) | |
37 | | -| test.py:78 | fail | str_methods | ts.rpartition(..) | |
38 | | -| test.py:79 | fail | str_methods | ts.rsplit(..) | |
39 | | -| test.py:80 | fail | str_methods | ts.split(..) | |
40 | | -| test.py:81 | fail | str_methods | ts.splitlines() | |
| 20 | +| test.py:55 | ok | str_methods | ts.ljust(..) | |
| 21 | +| test.py:56 | ok | str_methods | ts.lstrip() | |
| 22 | +| test.py:57 | ok | str_methods | ts.lower() | |
| 23 | +| test.py:59 | ok | str_methods | ts.replace(..) | |
| 24 | +| test.py:60 | ok | str_methods | "safe".replace(..) | |
| 25 | +| test.py:62 | ok | str_methods | ts.rjust(..) | |
| 26 | +| test.py:63 | ok | str_methods | ts.rstrip() | |
| 27 | +| test.py:64 | ok | str_methods | ts.strip() | |
| 28 | +| test.py:65 | ok | str_methods | ts.swapcase() | |
| 29 | +| test.py:66 | ok | str_methods | ts.title() | |
| 30 | +| test.py:67 | ok | str_methods | ts.upper() | |
| 31 | +| test.py:68 | ok | str_methods | ts.zfill(..) | |
| 32 | +| test.py:70 | ok | str_methods | ts.encode(..) | |
| 33 | +| test.py:71 | ok | str_methods | ts.encode(..).decode(..) | |
| 34 | +| test.py:73 | ok | str_methods | tb.decode(..) | |
| 35 | +| test.py:74 | ok | str_methods | tb.decode(..).encode(..) | |
| 36 | +| test.py:77 | ok | str_methods | ts.partition(..) | |
| 37 | +| test.py:78 | ok | str_methods | ts.rpartition(..) | |
| 38 | +| test.py:79 | ok | str_methods | ts.rsplit(..) | |
| 39 | +| test.py:80 | ok | str_methods | ts.split(..) | |
| 40 | +| test.py:81 | ok | str_methods | ts.splitlines() | |
41 | 41 | | test.py:86 | ok | str_methods | "safe".replace(..) | |
42 | | -| test.py:88 | ok | str_methods | ts.join(..) | |
43 | | -| test.py:89 | ok | str_methods | ts.join(..) | |
| 42 | +| test.py:88 | fail | str_methods | ts.join(..) | |
| 43 | +| test.py:89 | fail | str_methods | ts.join(..) | |
44 | 44 | | test.py:99 | fail | non_syntactic | meth() | |
45 | 45 | | test.py:100 | fail | non_syntactic | _str(..) | |
0 commit comments