Commit a7fe31c
File tree
44 files changed
+86
-64
lines changedFilter options
- Lib/test
- libregrtest
- support
- test_asyncio
- test_inspect
- test_unittest
- testmock
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+86
-64
lines changedLib/test/libregrtest/save_env.py
Copy file name to clipboardExpand all lines: Lib/test/libregrtest/save_env.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
|
Lib/test/support/__init__.py
Copy file name to clipboardExpand all lines: Lib/test/support/__init__.py+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2089 | 2089 |
|
2090 | 2090 |
|
2091 | 2091 |
|
| 2092 | + |
| 2093 | + |
| 2094 | + |
| 2095 | + |
| 2096 | + |
| 2097 | + |
| 2098 | + |
2092 | 2099 |
|
2093 | 2100 |
|
2094 | 2101 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
429 | 429 |
|
430 | 430 |
|
431 | 431 |
|
432 |
| - |
| 432 | + |
433 | 433 |
|
434 | 434 |
|
435 | 435 |
|
|
Lib/test/test_asyncio/test_base_events.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_base_events.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
Lib/test/test_asyncio/test_buffered_proto.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_buffered_proto.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
8 |
| - |
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
Lib/test/test_asyncio/test_context.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_context.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
4 | 5 |
|
5 | 6 |
|
6 | 7 |
|
7 |
| - |
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
|
Lib/test/test_asyncio/test_eager_task_factory.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_eager_task_factory.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
16 |
| - |
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
|
Lib/test/test_asyncio/test_events.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_events.py+10-7Lines changed: 10 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| ||
2684 | 2684 |
|
2685 | 2685 |
|
2686 | 2686 |
|
2687 |
| - |
2688 |
| - |
| 2687 | + |
| 2688 | + |
| 2689 | + |
2689 | 2690 |
|
2690 | 2691 |
|
2691 | 2692 |
|
| ||
2790 | 2791 |
|
2791 | 2792 |
|
2792 | 2793 |
|
2793 |
| - |
| 2794 | + |
| 2795 | + |
2794 | 2796 |
|
2795 | 2797 |
|
2796 | 2798 |
|
| ||
2818 | 2820 |
|
2819 | 2821 |
|
2820 | 2822 |
|
2821 |
| - |
| 2823 | + |
2822 | 2824 |
|
2823 | 2825 |
|
2824 | 2826 |
|
| ||
2830 | 2832 |
|
2831 | 2833 |
|
2832 | 2834 |
|
2833 |
| - |
| 2835 | + |
| 2836 | + |
2834 | 2837 |
|
2835 | 2838 |
|
2836 | 2839 |
|
| ||
2861 | 2864 |
|
2862 | 2865 |
|
2863 | 2866 |
|
2864 |
| - |
| 2867 | + |
2865 | 2868 |
|
2866 | 2869 |
|
2867 | 2870 |
|
|
Lib/test/test_asyncio/test_futures.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_futures.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
Lib/test/test_asyncio/test_futures2.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_futures2.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
Lib/test/test_asyncio/test_locks.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_locks.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
| ||
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
23 |
| - |
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
|
Lib/test/test_asyncio/test_pep492.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_pep492.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
14 |
| - |
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
|
Lib/test/test_asyncio/test_proactor_events.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_proactor_events.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 |
| - |
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
|
Lib/test/test_asyncio/test_protocols.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_protocols.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
10 |
| - |
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
Lib/test/test_asyncio/test_queues.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_queues.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
9 |
| - |
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
Lib/test/test_asyncio/test_runners.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_runners.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
| 71 | + |
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| ||
258 | 258 |
|
259 | 259 |
|
260 | 260 |
|
261 |
| - |
| 261 | + |
262 | 262 |
|
263 | 263 |
|
264 | 264 |
|
|
Lib/test/test_asyncio/test_selector_events.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_selector_events.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 |
| - |
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
|
Lib/test/test_asyncio/test_sendfile.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_sendfile.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
Lib/test/test_asyncio/test_server.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_server.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
12 |
| - |
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
|
Lib/test/test_asyncio/test_sock_lowlevel.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_sock_lowlevel.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
Lib/test/test_asyncio/test_ssl.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_ssl.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
Lib/test/test_asyncio/test_sslproto.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_sslproto.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
Lib/test/test_asyncio/test_streams.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_streams.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
24 |
| - |
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
|
Lib/test/test_asyncio/test_subprocess.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_subprocess.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
Lib/test/test_asyncio/test_taskgroups.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_taskgroups.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
14 |
| - |
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
|
Lib/test/test_asyncio/test_tasks.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_tasks.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
Lib/test/test_asyncio/test_threads.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_threads.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
Lib/test/test_asyncio/test_timeouts.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_timeouts.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
0 commit comments