Commit bbe1ee9
authored
Remove old python2-related code and add python 3.11 support (allure-framework#715)
1 parent 3f113fe commit bbe1ee9Copy full SHA for bbe1ee9
73 files changed
+408-578Lines changed: 408 additions & 578 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
- allure-behave
- features/steps
- src
- allure-nose2
- src
- allure-pytest-bdd
- src
- test
- allure-pytest
- src
- test
- acceptance
- attachment
- capture
- description
- display_name
- duration
- fixture
- label
- bdd
- suite
- tag
- link
- parametrization
- status
- step
- unicode_identifier
- integration
- allure_ee
- pytest_rerunfailures
- allure-python-commons-test
- src
- allure-python-commons
- src
- allure-robotframework
- examples/attach
- src/listener
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.github/workflows/build.yaml
Copy file name to clipboardExpand all lines: .github/workflows/build.yaml+7-7Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
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 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
| 35 | + |
36 | 36 | |
37 | 37 | |
38 | 38 | |
| ||
72 | 72 | |
73 | 73 | |
74 | 74 | |
75 | | - |
| 75 | + |
76 | 76 | |
77 | 77 | |
78 | 78 | |
| ||
98 | 98 | |
99 | 99 | |
100 | 100 | |
101 | | - |
| 101 | + |
102 | 102 | |
103 | 103 | |
104 | 104 | |
|
Collapse file
.github/workflows/release.yaml
Copy file name to clipboardExpand all lines: .github/workflows/release.yaml+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
| 12 | + |
| 13 | + |
13 | 14 | |
14 | | - |
| 15 | + |
15 | 16 | |
16 | 17 | |
17 | 18 | |
18 | 19 | |
19 | 20 | |
20 | 21 | |
21 | 22 | |
22 | | - |
| 23 | + |
23 | 24 | |
24 | 25 | |
25 | 26 | |
|
Collapse file
allure-behave/features/steps/behave_steps.py
Copy file name to clipboardExpand all lines: allure-behave/features/steps/behave_steps.py+8-7Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | | - |
| 14 | + |
| 15 | + |
16 | 16 | |
17 | 17 | |
18 | 18 | |
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
42 | | - |
| 41 | + |
| 42 | + |
43 | 43 | |
44 | 44 | |
45 | 45 | |
46 | | - |
| 46 | + |
| 47 | + |
47 | 48 | |
48 | 49 | |
49 | 50 | |
|
Collapse file
allure-behave/features/steps/dummy_steps.py
Copy file name to clipboard+18-20Lines changed: 18 additions & 20 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | 1 | |
4 | 2 | |
5 | 3 | |
6 | 4 | |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
11 | 9 | |
12 | 10 | |
13 | 11 | |
14 | 12 | |
15 | 13 | |
16 | 14 | |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
21 | 19 | |
22 | 20 | |
23 | 21 | |
24 | 22 | |
25 | | - |
| 23 | + |
26 | 24 | |
27 | | - |
| 25 | + |
28 | 26 | |
29 | 27 | |
30 | | - |
| 28 | + |
31 | 29 | |
32 | 30 | |
33 | 31 | |
34 | 32 | |
35 | | - |
| 33 | + |
36 | 34 | |
37 | 35 | |
38 | 36 | |
39 | 37 | |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
44 | 42 | |
45 | 43 | |
46 | 44 | |
47 | 45 | |
48 | | - |
49 | | - |
| 46 | + |
| 47 | + |
50 | 48 | |
51 | 49 | |
Collapse file
allure-behave/features/steps/report_steps.py
Copy file name to clipboardExpand all lines: allure-behave/features/steps/report_steps.py+33-33Lines changed: 33 additions & 33 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
| 30 | + |
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
45 | | - |
| 44 | + |
| 45 | + |
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | 51 | |
52 | 52 | |
53 | | - |
54 | | - |
| 53 | + |
| 54 | + |
55 | 55 | |
56 | 56 | |
57 | 57 | |
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | 61 | |
62 | | - |
63 | | - |
| 62 | + |
| 63 | + |
64 | 64 | |
65 | 65 | |
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | | - |
71 | | - |
| 70 | + |
| 71 | + |
72 | 72 | |
73 | 73 | |
74 | 74 | |
75 | 75 | |
76 | 76 | |
77 | 77 | |
78 | | - |
79 | | - |
| 78 | + |
| 79 | + |
80 | 80 | |
81 | 81 | |
82 | 82 | |
83 | 83 | |
84 | 84 | |
85 | 85 | |
86 | 86 | |
87 | | - |
88 | | - |
| 87 | + |
| 88 | + |
89 | 89 | |
90 | 90 | |
91 | 91 | |
92 | 92 | |
93 | 93 | |
94 | 94 | |
95 | | - |
96 | | - |
| 95 | + |
| 96 | + |
97 | 97 | |
98 | 98 | |
99 | 99 | |
100 | 100 | |
101 | 101 | |
102 | 102 | |
103 | | - |
104 | | - |
| 103 | + |
| 104 | + |
105 | 105 | |
106 | 106 | |
107 | 107 | |
108 | 108 | |
109 | 109 | |
110 | 110 | |
111 | | - |
112 | | - |
| 111 | + |
| 112 | + |
113 | 113 | |
114 | 114 | |
115 | 115 | |
116 | 116 | |
117 | 117 | |
118 | 118 | |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
123 | | - |
124 | | - |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
125 | 125 | |
126 | 126 | |
127 | 127 | |
128 | 128 | |
129 | 129 | |
130 | 130 | |
131 | | - |
132 | | - |
| 131 | + |
| 132 | + |
133 | 133 | |
134 | 134 | |
135 | 135 | |
136 | 136 | |
137 | 137 | |
138 | 138 | |
139 | | - |
140 | | - |
| 139 | + |
| 140 | + |
141 | 141 | |
142 | 142 | |
143 | 143 | |
144 | 144 | |
145 | 145 | |
146 | 146 | |
147 | | - |
148 | | - |
| 147 | + |
| 148 | + |
149 | 149 | |
150 | 150 | |
151 | 151 | |
152 | 152 | |
153 | 153 | |
154 | 154 | |
155 | | - |
| 155 | + |
156 | 156 | |
157 | 157 | |
158 | 158 | |
|
Collapse file
+2-1Lines changed: 2 additions & 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 | |
| ||
31 | 32 | |
32 | 33 | |
33 | 34 | |
34 | | - |
| 35 | + |
35 | 36 | |
36 | 37 | |
37 | 38 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
| 42 | + |
43 | 43 | |
44 | 44 | |
45 | 45 | |
|
0 commit comments