all repos

utest.nvim @ 1f8965579bd7be6519643e17f5364b3190c63f42

test runner that you shouldn't be using
1 files changed, 1 insertions(+), 1 deletions(-)
fix readme
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-04-09 00:35:42 +0300
Change ID: vrwoowrxmwxxopqmwttuqwqtntxxywlv
Parent: a96b9b5
M readme
ยทยทยท
                18
                18
                   require("utest").run_file() -- runs all tests in the current file

              
                19
                19
                   require("utest").cancel() -- cancels running test(s)

              
                20
                20
                   require("utest").clear() -- clears diagnostics messages/signs

              
                21
                
                -  require("utest").quickfix() -- populates quickfix with test outputs

              
                
                21
                +  require("utest").qf() -- populates quickfix with test outputs

              
                22
                22
                 

              
                23
                23
                 CONFIGURATION

              
                24
                24