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 21
21
# Arduino software without disclosing the source code of your own applications.
22
22
# To purchase a commercial license, send an email to [email protected] .
23
23
#
24
- import pytest
24
+ import json
25
25
import pathlib
26
26
import platform
27
27
import typing
28
+
28
29
import invoke .context
29
- import json
30
+ import pytest
30
31
31
32
32
33
@pytest .fixture
Original file line number Diff line number Diff line change 20
20
# To purchase a commercial license, send an email to [email protected] .
21
21
#
22
22
23
- import string
24
- import re
25
23
import hashlib
26
24
import json
27
- import pathlib
28
25
import math
26
+ import pathlib
27
+ import re
28
+ import string
29
29
30
30
test_data_path = pathlib .Path (__file__ ).resolve ().parent .joinpath ("testdata" )
31
31
size_comparison_tolerance = 0.03 # Maximum allowed archive size difference ratio
You can’t perform that action at this time.
0 commit comments