Skip to content

Commit 79853dd

Browse files
committed
Cleanup
- Use /tmp for tests data
1 parent d73d505 commit 79853dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def before_all(context):
5-
context.ard = ARD(verbose=True)
5+
context.ard = ARD('3290', data_dir='/tmp/py-ard')

0 commit comments

Comments
 (0)