Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcow.py51 def checkReportsWarning(self, expected_warning): member in COWTestCase
167 with self.checkReportsWarning("Warning: Doing a copy because d is a mutable type."):
199 …with self.checkReportsWarning("Warning: If you aren't going to change any of the values call with …
206 …with self.checkReportsWarning("Warning: If you aren't going to change any of the values call with …
211 with self.checkReportsWarning("Warning: Doing a copy because dict is a mutable type."):
222 …with self.checkReportsWarning("Warning: If you aren't going to change any of the values call with …
229 …with self.checkReportsWarning("Warning: If you aren't going to change any of the values call with …
259 …with self.checkReportsWarning("Warning: If you aren't going to change any of the values call with …