Commit 9c34c01
authored
* Move `client_devnet` to `tests_on_networks`
* Fix module path
* Format; Fix linting
* Format
* Fix fixture name
* Format
* Fix linting
* Install devnet in network tests job
* Revert "Install devnet in network tests job"
This reverts commit 20c7313.
* Move devnet client tests back; Move `account_impersonate_test` to network tests
* Add `--contract_dir=v2` arg to `test_ci_on_networks`
* Fix `test_ci_on_networks` args order
* Fix `test_ci_on_networks` args
* Install devnet in network tests job; Move devnet client tests which don't rely on network
* Update "Setup" section
* Move all devnet client tests to network tests
1 parent bdfb650 commit 9c34c01
File tree
16 files changed
+38
-31
lines changed- .github/workflows
- docs
- starknet_py
- tests/e2e/tests_on_networks
- client_devnet
- fixtures
16 files changed
+38
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
290 | 295 | | |
291 | 296 | | |
292 | 297 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
Whitespace-only changes.
0 commit comments