We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbfe4c commit dad7dfbCopy full SHA for dad7dfb
tests/test_cli.py
@@ -172,7 +172,8 @@ def test_cli(self):
172
self.assertRegexInListOnce(r"(?xi) (?:\W+|\A) stop\w+ \W+ .+ \W+ apple \W+", a)
173
174
self.assertRegex(
175
- self.run_runce("clean", "apple"), r"(?xim)^ \W+ Cleaning \W+ .+ \W+ apple"
+ self.run_runce("clean", "apple"),
176
+ r"(?xim)^ (?:\W+|\A) Cleaning \W+ .+ \W+ apple",
177
)
178
a = self.run_runce("list").strip().splitlines()
179
self.assertRegexInListOnce(r"(?xi) \W+ \d+ \W+ pineapple \W+", a)
0 commit comments