This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
python-transpose
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Activity
Browse Source
style: minor reformatting for clarity
pull/11/head
Ryan Reed
2 years ago
parent
933187e35c
commit
bbc6b1de6c
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tests/test_console.py
+ 2
- 2
tests/test_console.py
View File
@ -13,10 +13,10 @@ def test_parse_arguments():
"
store
"
,
"
--cache-filename
"
,
"
test-cache-file.json
"
,
"
MyTarget
"
,
"
/tmp/some/path
"
,
"
--store-path
"
,
"
/mnt/store
"
,
"
MyTarget
"
,
"
/tmp/some/path
"
,
]
)
assert
args
.
cache_filename
==
"
test-cache-file.json
"
Write
Preview
Loading…
Cancel
Save