Source code for python3_module_template.subproject2.exclude_from_code_coverage

"""
This file is excluded from the code coverage while running unit test.

See `setup.py <https://github.com/sdpython/python3_module_template/blob/master/setup.py>`_
to see how to configurate this option.


:githublink:`%|py|8`
"""


[docs]class NotImplementedClass: """ this class should be excluded from the code coverage :githublink:`%|py|13` """
[docs] def __init__(self): """ never tested :githublink:`%|py|18` """ self.x = 3