Searched refs:mustcontain (Results 1 – 7 of 7) sorted by relevance
24 res.mustcontain('root')25 res.mustcontain('script_name=""')26 res.mustcontain('path_info="/"')28 res.mustcontain('root')29 res.mustcontain('script_name=""')30 res.mustcontain('path_info="/blah"')32 res.mustcontain('script_name="/foo"')33 res.mustcontain('path_info="/and/more"')34 res.mustcontain('foo-only')36 res.mustcontain('foo:bar')[all …]
22 res.mustcontain('all ok')24 res.mustcontain('<pre')
30 res.mustcontain("get is MultiDict([('name', 'george')])")31 res.mustcontain("Val is george")
33 res.mustcontain('Item 10')39 res.mustcontain('New item name')40 res.mustcontain('Item updated')85 ``mustcontain(*strings)``:
741 * Added a 'no' keyword argument to ``TestResponse.mustcontain``, so747 res.mustcontain('this must be there',
251 def mustcontain(self, s): member in File
825 def mustcontain(self, *strings, **kw): member in TestResponse1646 def mustcontain(self, s): member in FoundFile