Home
last modified time | relevance | path

Searched refs:StrContains (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/testing/kunit/
Dkunit_tool_test.py186 print_mock.assert_any_call(StrContains('could not parse test results!'))
325 class StrContains(str): class
360 self.print_mock.assert_any_call(StrContains('Testing complete.'))
368 self.print_mock.assert_any_call(StrContains('Testing complete.'))
383 self.print_mock.assert_any_call(StrContains(' 0 tests run'))
390 self.assertNotEqual(call, mock.call(StrContains('Testing complete.')))
391 self.assertNotEqual(call, mock.call(StrContains(' 0 tests run')))
399 self.assertNotEqual(call, mock.call(StrContains('Testing complete.')))
400 self.assertNotEqual(call, mock.call(StrContains(' 0 tests run')))
408 self.assertNotEqual(call, mock.call(StrContains('Testing complete.')))
[all …]