Module subplotlib::steplibrary::files::file_doesnt_contain
source · [−]Expand description
Check if a file lacks a given sequence of characters
then file (?P<filename>\S+) does not contain "(?P<data>.*)"
This will load the content of the named file and ensure it lacks the given string. Note: this assumes everything is utf-8 encoded. If not, things will fail.