ansible/docs/docsite/rst/dev_guide/testing/sanity/boilerplate.rst
Toshio Kuratomi f4d7b9a596 code-smell test changes
* Create get_exception and wildcard import code-smell tests
* Add more detail to boilerplate and no-basestring descriptions
* Remove the no-list-cmp test as the pylint undefined-variable test covers it
2017-08-03 13:15:12 -07:00

10 lines
238 B
ReStructuredText

Sanity Tests » boilerplate
==========================
Most Python files should include the following boilerplate:
.. code-block:: python
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type