fix: Changing the python testing shortcut to call pytest instead of running with unittest formatting.
This commit is contained in:
parent
c42de5a1c3
commit
8ebcf9877a
@ -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 = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user