PyLint does not know about Squish's source() (or findFile()) functions. Therefore extra measures are required to use PyLint on Squish test scripts which use these functions.
Here is an example Python test case script and a file with utility functions which resides in the same folder as test.py
:
PyLint output for this:
To avoid these errors:
PyLint output for this: