You've already forked dotfiles
fix: Changing the python testing shortcut to call pytest instead of running with unittest formatting.
This commit is contained in:
@@ -18,7 +18,7 @@ return {
|
|||||||
rust = 'cargo run',
|
rust = 'cargo run',
|
||||||
},
|
},
|
||||||
test = {
|
test = {
|
||||||
python = 'python test',
|
python = 'pytest',
|
||||||
rust = 'cargo test',
|
rust = 'cargo test',
|
||||||
},
|
},
|
||||||
benchmark = {
|
benchmark = {
|
||||||
|
|||||||
Reference in New Issue
Block a user