diff --git a/nvim/lua/custom_functions.lua b/nvim/lua/custom_functions.lua index 3c27126..09a27bd 100644 --- a/nvim/lua/custom_functions.lua +++ b/nvim/lua/custom_functions.lua @@ -18,7 +18,7 @@ return { rust = 'cargo run', }, test = { - python = 'python test', + python = 'pytest', rust = 'cargo test', }, benchmark = {