File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
# This file is part of arduino-cli.
2
-
2
+ #
3
3
# Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
4
-
4
+ #
5
5
# This software is released under the GNU General Public License version 3,
6
6
# which covers the main part of arduino-cli.
7
7
# The terms of this license can be found at:
8
8
# https://www.gnu.org/licenses/gpl-3.0.en.html
9
-
9
+ #
10
10
# You can be released from the requirements of the above licenses by purchasing
11
11
# a commercial license. Buying such a license is mandatory if you want to modify or
12
12
# otherwise use the software for commercial activities involving the Arduino
Original file line number Diff line number Diff line change 1
1
# This file is part of arduino-cli.
2
-
2
+ #
3
3
# Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
4
-
4
+ #
5
5
# This software is released under the GNU General Public License version 3,
6
6
# which covers the main part of arduino-cli.
7
7
# The terms of this license can be found at:
8
8
# https://www.gnu.org/licenses/gpl-3.0.en.html
9
-
9
+ #
10
10
# You can be released from the requirements of the above licenses by purchasing
11
11
# a commercial license. Buying such a license is mandatory if you want to modify or
12
12
# otherwise use the software for commercial activities involving the Arduino
13
13
# software without disclosing the source code of your own applications. To purchase
14
14
# a commercial license, send an email to [email protected] .
15
- import pytest
16
15
import json
17
16
import os
18
17
18
+ import pytest
19
+
19
20
from .common import running_on_ci
20
21
21
22
You can’t perform that action at this time.
0 commit comments