Home
last modified time | relevance | path

Searched refs:unittests (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/.github/workflows/
H A Dci.yml50 extra: unittests
126 if ${{ contains(matrix.extra, 'unittests') }}; then
127 echo "TEST=unittests"
174 if: contains(matrix.extra, 'unittests')
193 if: (!contains(matrix.extra, 'unittests'))
198 if: (!contains(matrix.extra, 'unittests'))
/vim-8.2.3635/
H A D.travis.yml23 - &unittests anchor
24 BUILD=no TEST=unittests FEATURES=huge CHECK_AUTOCONF=yes
275 # name: unittests+coverage/gcc
278 # - *unittests
H A DMakefile35 …ig proto depend lint tags types test scripttests testtiny test_libvterm unittests testclean clean … target
/vim-8.2.3635/src/
H A DMakefile2257 test check: unittests $(TERM_TEST) scripttests
2296 unittest unittests: $(RUN_UNITTESTS) target
/vim-8.2.3635/runtime/doc/
H A Dquickfix.txt1500 5 File "unittests/dbfacadeTest.py", line 89, in testFoo
1512 5 unittests/dbfacadeTest.py:89: AssertionError: 34 != 33
H A Dversion8.txt4660 Problem: Compiler warning for start_dir unused when building unittests.
12613 Problem: Coverage report is messed up by the unittests.
12709 unittests with valgrind. Fix the access error.
/vim-8.2.3635/src/testdir/
H A Dtest_quickfix.vim1363 File "unittests/dbfacadeTest.py", line 89, in testFoo
1380 call assert_equal('unittests/dbfacadeTest.py', bufname(l[4].bufnr))