File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def data_dir(tmpdir_factory):
31
31
each test and deleted at the end, this way all the
32
32
tests work in isolation.
33
33
"""
34
- return str (tmpdir_factory .mktemp ("ArduinoTest " ))
34
+ return str (tmpdir_factory .mktemp ("A " ))
35
35
36
36
37
37
@pytest .fixture (scope = "session" )
@@ -40,7 +40,7 @@ def downloads_dir(tmpdir_factory):
40
40
To save time and bandwidth, all the tests will access
41
41
the same download cache folder.
42
42
"""
43
- return str (tmpdir_factory .mktemp ("ArduinoTest " ))
43
+ return str (tmpdir_factory .mktemp ("A " ))
44
44
45
45
46
46
@pytest .fixture (scope = "function" )
@@ -50,7 +50,7 @@ def working_dir(tmpdir_factory):
50
50
will be created before running each test and deleted
51
51
at the end, this way all the tests work in isolation.
52
52
"""
53
- return str (tmpdir_factory .mktemp ("ArduinoTestWork " ))
53
+ return str (tmpdir_factory .mktemp ("W " ))
54
54
55
55
56
56
@pytest .fixture (scope = "function" )
You can’t perform that action at this time.
0 commit comments