Commit fc9b70b
[skip changelog] Move integration tests to pytest (arduino#564)
* move compilation tests to pytest
* moved core tests to pytest
* moved core install/upgrade/uninstall to pytest
* Added detected_boards fixture
Co-authored-by: Maurizio Branca <m.branca@arduino.cc>
* add upload tests, remove mocked ones
* use fixture
* docs + dont run go tests anymore
* remove debug prints, bump pytest to latest
* skip problematic test on win
Co-authored-by: Maurizio Branca <m.branca@arduino.cc>1 parent 1952d7b commit fc9b70b
File tree
14 files changed
+252
-524
lines changed- cli
- testdata
- Blink
- Test3rdPartyCoreIntegration
- TestInvalidCoreURLIntegration
- test
14 files changed
+252
-524
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
| |||
95 | 91 | | |
96 | 92 | | |
97 | 93 | | |
98 | | - | |
| 94 | + | |
| 95 | + | |
99 | 96 | | |
100 | 97 | | |
101 | 98 | | |
| |||
151 | 148 | | |
152 | 149 | | |
153 | 150 | | |
154 | | - | |
| 151 | + | |
| 152 | + | |
155 | 153 | | |
156 | 154 | | |
157 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
0 commit comments