Skip to content

Commit 11acc91

Browse files
committed
remove reference to bats-mock
1 parent 8165b9d commit 11acc91

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
305304
check the result of file system operations: existence, type/size/ownership checks
306305
on 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

0 commit comments

Comments
 (0)