Home | History | Annotate | Download | only in test

Lines Matching refs:file_count

691         file_count = len(os.listdir(os.path.join(self._path, "tmp")))
692 self.assertTrue(file_count == repetitions,
694 (file_count, repetitions))