~blake-rouse/maas/is-importing

3572.2.3 by Mike Pontillo
Add Gavin's changes to support code-coverage
1
[run]
2
data_file = coverage.data
3
3572.2.1 by Mike Pontillo
Run code coverage with tests
4
[report]
5
exclude_lines =
6
    # Have to re-enable the standard pragma
7
    pragma: no cover
8
9
    # Don't complain if tests don't hit defensive assertion code:
10
    raise NotImplementedError