fix: double running of tests
parent
f2478ae42d
commit
4863f67101
|
|
@ -1,3 +1,5 @@
|
||||||
plenary.nvim/
|
plenary.nvim/
|
||||||
!tests/**/*
|
!tests/**/*
|
||||||
.luarc.json
|
.luarc.json
|
||||||
|
|
||||||
|
tests/.DS_Store
|
||||||
|
|
@ -11,5 +11,5 @@ runtime plugin/plenary.vim
|
||||||
command Setup PlenaryBustedDirectory tests/setup {minimal_init = 'tests/minimal.vim'}
|
command Setup PlenaryBustedDirectory tests/setup {minimal_init = 'tests/minimal.vim'}
|
||||||
command TestAutoloading PlenaryBustedDirectory tests/autoload {minimal_init = 'tests/minimal.vim'}
|
command TestAutoloading PlenaryBustedDirectory tests/autoload {minimal_init = 'tests/minimal.vim'}
|
||||||
command TestGitBranching PlenaryBustedDirectory tests/git_branching {minimal_init = 'tests/minimal.vim'}
|
command TestGitBranching PlenaryBustedDirectory tests/git_branching {minimal_init = 'tests/minimal.vim'}
|
||||||
command Test PlenaryBustedDirectory tests/ {minimal_init = 'tests/minimal.vim'}
|
command Test PlenaryBustedFile tests/default_settings_spec.lua
|
||||||
command TearDown PlenaryBustedFile tests/teardown/clean_up_dirs.lua
|
command TearDown PlenaryBustedFile tests/teardown/clean_up_dirs.lua
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue