summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-24 07:41:47 +0200
committerLars Wirzenius <liw@liw.fi>2022-03-25 07:22:50 +0200
commit2937d00329ec9fbd632ffdd9265183919172905d (patch)
treed539bc85ed4b794b96ada0c869a06590b206545b /tests
parent0b7adc238746b3d4c974775a8b13fbb81cb2eda9 (diff)
downloadsubplot-2937d00329ec9fbd632ffdd9265183919172905d.tar.gz
feat: add "file doesn't contain" step to lib/files, Python and Rust
Sponsored-by: author
Diffstat (limited to 'tests')
-rw-r--r--tests/subplots/common/files.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/subplots/common/files.md b/tests/subplots/common/files.md
index 13d9874..d8d598b 100644
--- a/tests/subplots/common/files.md
+++ b/tests/subplots/common/files.md
@@ -67,6 +67,7 @@ These steps verify contents of files.
~~~scenario
given file hello.txt
then file hello.txt contains "hello, world"
+then file hello.txt doesn't contain "hello, sailor"
and file hello.txt matches regex "hello, .*"
and file hello.txt matches regex /hello, .*/
~~~