lab_inventory_unittest.py | 141 def _check_counts(self, working, broken, idle): member in class:HostSetInventoryTestCase 160 self._check_counts(0, 0, 0) 165 self._check_counts(0, 1, 0) 170 self._check_counts(1, 0, 0) 175 self._check_counts(0, 0, 1) 177 self._check_counts(0, 0, 2) 183 self._check_counts(1, 1, 0) 189 self._check_counts(1, 1, 0) [all...] |