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',
|
||||
},
|
||||
test = {
|
||||
python = 'python test',
|
||||
python = 'pytest',
|
||||
rust = 'cargo test',
|
||||
},
|
||||
benchmark = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user