https://github.com/GPflow/GPflow
Revision 8966847482605159e99b9cfbcaf6be3075882018 authored by Sergio Diaz on 26 June 2019, 14:27:07 UTC, committed by Sergio Diaz on 26 June 2019, 14:27:07 UTC
1 parent 8ead03c
Raw File
Tip revision: 8966847482605159e99b9cfbcaf6be3075882018 authored by Sergio Diaz on 26 June 2019, 14:27:07 UTC
Adding pytest.fixtures when appropiate
Tip revision: 8966847
.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