Commit 40f59e8
authored
Remove skipping of certain tests (#1470)
* Remove skip 'test_get_declare_transaction'
* Remove skip 'test_get_invoke_transaction'
* Remove skip 'test_get_deploy_account_transaction'
* Remove skip 'test_get_block_by_hash'
* Remove skip 'test_multicall'
* Remove skipping of several tests
* Remove skipping of several tests
* Remove skipping of several tests
* Remove skipping of several tests
* Remove skipping of several tests
* Remove ledger from CI
* Update 'max_fee' in 'test_declare_v2'
* Skip ledger tests
* Update 'max_fee' in 'test_declaring_contracts'
* Add copy of map contract
* Add copy of account contract
* Add second copy of map contract
* Fix 'lib.cairo'
* Fix import
* Fix import
* Fix 'test_compute_sierra_class_hash'
* Revert "Remove ledger from CI"
This reverts commit a2efffa.
* Revert "Skip ledger tests"
This reverts commit 376e6fe.
* Rename 'account_copy.cario' -> 'account_copy1.cairo'
* Fix imports in 'lib.cairo'
* Revert "Fix 'test_compute_sierra_class_hash'"
This reverts commit 82a21e4.
* Reapply "Remove ledger from CI"
This reverts commit ec492e6.
* Reapply "Skip ledger tests"
This reverts commit dd560e7.
* Revert "Reapply "Skip ledger tests""
This reverts commit c88cb42.
* Revert "Reapply "Remove ledger from CI""
This reverts commit 203de83.
* Remove unnecessary line
* Rename copy fizture names
* Fix lint
* Rename contracts1 parent 688fd8f commit 40f59e8
File tree
14 files changed
+135
-56
lines changed- starknet_py/tests/e2e
- client
- docs
- code_examples
- guide
- quickstart
- fixtures
- mock/contracts_v2/src
14 files changed
+135
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
67 | | - | |
68 | 65 | | |
69 | 66 | | |
70 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
| |||
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
58 | | - | |
59 | | - | |
60 | 56 | | |
61 | 57 | | |
62 | 58 | | |
| |||
69 | 65 | | |
70 | 66 | | |
71 | 67 | | |
72 | | - | |
73 | | - | |
74 | 68 | | |
75 | 69 | | |
76 | 70 | | |
| |||
89 | 83 | | |
90 | 84 | | |
91 | 85 | | |
92 | | - | |
93 | | - | |
94 | 86 | | |
95 | 87 | | |
96 | 88 | | |
| |||
104 | 96 | | |
105 | 97 | | |
106 | 98 | | |
107 | | - | |
108 | | - | |
109 | 99 | | |
110 | 100 | | |
111 | 101 | | |
| |||
119 | 109 | | |
120 | 110 | | |
121 | 111 | | |
122 | | - | |
123 | | - | |
124 | 112 | | |
125 | 113 | | |
126 | 114 | | |
| |||
132 | 120 | | |
133 | 121 | | |
134 | 122 | | |
135 | | - | |
136 | | - | |
137 | 123 | | |
138 | 124 | | |
139 | 125 | | |
| |||
145 | 131 | | |
146 | 132 | | |
147 | 133 | | |
148 | | - | |
149 | | - | |
150 | 134 | | |
151 | 135 | | |
152 | 136 | | |
| |||
169 | 153 | | |
170 | 154 | | |
171 | 155 | | |
172 | | - | |
173 | | - | |
174 | 156 | | |
175 | 157 | | |
176 | 158 | | |
| |||
228 | 210 | | |
229 | 211 | | |
230 | 212 | | |
231 | | - | |
232 | | - | |
233 | 213 | | |
234 | 214 | | |
235 | 215 | | |
| |||
260 | 240 | | |
261 | 241 | | |
262 | 242 | | |
263 | | - | |
264 | | - | |
265 | 243 | | |
266 | 244 | | |
267 | 245 | | |
| |||
292 | 270 | | |
293 | 271 | | |
294 | 272 | | |
295 | | - | |
296 | | - | |
297 | 273 | | |
298 | 274 | | |
299 | 275 | | |
| |||
302 | 278 | | |
303 | 279 | | |
304 | 280 | | |
305 | | - | |
306 | | - | |
307 | 281 | | |
308 | 282 | | |
309 | 283 | | |
| |||
501 | 475 | | |
502 | 476 | | |
503 | 477 | | |
504 | | - | |
505 | | - | |
506 | 478 | | |
507 | 479 | | |
508 | 480 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
| |||
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | | - | |
61 | | - | |
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
| |||
496 | 492 | | |
497 | 493 | | |
498 | 494 | | |
499 | | - | |
500 | | - | |
501 | 495 | | |
502 | 496 | | |
503 | 497 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
69 | | - | |
| 67 | + | |
70 | 68 | | |
71 | 69 | | |
72 | 70 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
238 | 236 | | |
239 | 237 | | |
240 | 238 | | |
| |||
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | | - | |
7 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | | - | |
10 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
21 | | - | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | | - | |
7 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | | - | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
Lines changed: 7 additions & 4 deletions
| 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 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | | - | |
12 | | - | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
243 | 263 | | |
244 | 264 | | |
245 | 265 | | |
| |||
0 commit comments