https://github.com/GPflow/GPflow
Revision 4edfd9df1dae12456aa4302dbfb0dacebfafcab0 authored by Hugh Salimbeni on 08 March 2018, 18:32:54 UTC, committed by Hugh Salimbeni on 08 March 2018, 18:32:54 UTC
1 parent a5b06ef
Raw File
Tip revision: 4edfd9df1dae12456aa4302dbfb0dacebfafcab0 authored by Hugh Salimbeni on 08 March 2018, 18:32:54 UTC
added test with excluded vars
Tip revision: 4edfd9d
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top