0.1.1
by Zygmunt Krynicki
Initial import |
1 |
[run]
|
2 |
branch = True |
|
3 |
source = plainbox |
|
2008.1.1
by Sylvain Pineau
Coverage: Exclude tests and vendor module from coverage |
4 |
omit = |
5 |
plainbox/impl/commands/test_*
|
|
6 |
plainbox/impl/exporter/test_*
|
|
2708.1.9
by Zygmunt Krynicki
.coveragerc: sort entries |
7 |
plainbox/impl/integration_tests.py
|
8 |
plainbox/impl/secure/test_*
|
|
9 |
plainbox/impl/test_*
|
|
2098.3.9
by Sylvain Pineau
coverage: .coveragerc update |
10 |
plainbox/impl/transport/test_*
|
2708.1.9
by Zygmunt Krynicki
.coveragerc: sort entries |
11 |
plainbox/setup.py
|
12 |
plainbox/test_*
|
|
2008.1.1
by Sylvain Pineau
Coverage: Exclude tests and vendor module from coverage |
13 |
plainbox/testing_utils/test_*
|
2708.1.9
by Zygmunt Krynicki
.coveragerc: sort entries |
14 |
plainbox/tests.py
|
15 |
plainbox/vendor/*
|
|
0.1.1
by Zygmunt Krynicki
Initial import |
16 |
|
17 |
[report]
|
|
18 |
exclude_lines = |
|
2160.2.3
by Zygmunt Krynicki
coveragerc: ignore both spellings of abstract{method,property} |
19 |
@abc.abstractmethod
|
20 |
@abc.abstractproperty
|
|
0.1.1
by Zygmunt Krynicki
Initial import |
21 |
@abstractmethod
|
22 |
@abstractproperty
|
|
2160.2.3
by Zygmunt Krynicki
coveragerc: ignore both spellings of abstract{method,property} |
23 |
@public
|
24 |
pragma: no cover
|
|
0.1.1
by Zygmunt Krynicki
Initial import |
25 |
raise NotImplementedError
|