Lines Matching +full:check +full:- +full:whitespace
4 * errored : Whitespace related problems present in file.
146 """Testing tabnanny.check()."""
153 """Common verification for tabnanny.check().
156 running tabnanny.check() on given `dir` or `file` path. Because
157 tabnanny.check() captures exceptions and writes to `stdout` and
161 tabnanny.check(dir_or_file)
187 tabnanny.check(tmp_dir)
211 err = "('EOF in multi-line statement', (7, 0))\n"
262 """A python source code without any whitespace related problems."""
270 """A python source code with whitespace related sampled problems."""
292 _, out, err = script_helper.assert_python_ok('-m', 'tabnanny', *args)
323 stderr = f"Usage: {path} [-v] file_or_directory ..."
330 self.validate_cmd("-q", file_path, stdout=stdout)
338 self.validate_cmd("-v", path, stdout=stdout, partial=True)
346 self.validate_cmd("-vv", path, stdout=stdout, partial=True)