File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2121# Arduino software without disclosing the source code of your own applications.
2222# To purchase a commercial license, send an email to license@arduino.cc.
2323#
24- import pytest
24+ import json
2525import pathlib
2626import platform
2727import typing
28+
2829import invoke .context
29- import json
30+ import pytest
3031
3132
3233@pytest .fixture
Original file line number Diff line number Diff line change 2020# To purchase a commercial license, send an email to license@arduino.cc.
2121#
2222
23- import string
24- import re
2523import hashlib
2624import json
27- import pathlib
2825import math
26+ import pathlib
27+ import re
28+ import string
2929
3030test_data_path = pathlib .Path (__file__ ).resolve ().parent .joinpath ("testdata" )
3131size_comparison_tolerance = 0.03 # Maximum allowed archive size difference ratio
You can’t perform that action at this time.
0 commit comments