I split my tests across multiple Python files: I import the tests in the ‘__init__.py’ file: However running Pyflakes on the command-line: outputs the following errors: Answer Add # pyflakes.ignore comment on every line you want to ignore (in your case import statements).