https://github.com/GPflow/GPflow
Revision cd55917f0b933a9a294259552b5dfc8f1536011c authored by st-- on 15 January 2020, 11:01:56 UTC, committed by Artem Artemev on 15 January 2020, 11:01:56 UTC
1 parent 4a3bd56
Raw File
Tip revision: cd55917f0b933a9a294259552b5dfc8f1536011c authored by st-- on 15 January 2020, 11:01:56 UTC
Skip tests more selectively (#1194)
Tip revision: cd55917
.coveragerc
[report]
omit = *tests*, setup.py
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