File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ we use in this test suite:
111111- [ bats-assert] ( https://github.com/bats-core/bats-assert )
112112- [ bats-support] ( https://github.com/bats-core/bats-support )
113113- [ bats-file] ( https://github.com/bats-core/bats-file )
114- - [ bats-mock] ( https://github.com/grayhemp/bats-mock )
115114
116115# setup and teardown
117116
@@ -305,12 +304,6 @@ We included the [bats-file](https://github.com/bats-core/bats-file) plugin to
305304check the result of file system operations: existence, type/size/ownership checks
306305on files, symlinks, directories, sockets.
307306
308- ## mocking external commands
309-
310- The [ bats-mock] ( https://github.com/grayhemp/bats-mock ) plugin allows you to define
311- a "fake" behavior for the external commands called by a package under test, and
312- to record and assert which parameters are passed to it.
313-
314307## gotchas
315308
316309- pay attention to tests that are not run - for example "bats warning: Executed 143
You can’t perform that action at this time.
0 commit comments