3179455e69
- The environment to run unittests is now called py34 as that's the common thing used, and will also allow us to run the tests with Python 3.5. - The default tests now also run coverage.py and do a coverage check (on Linux). - The smoke tests are now part of the default environment.
21 lines
313 B
INI
21 lines
313 B
INI
[run]
|
|
branch = true
|
|
omit =
|
|
qutebrowser/__main__.py
|
|
*/__init__.py
|
|
qutebrowser/resources.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
raise AssertionError
|
|
raise NotImplementedError
|
|
if __name__ == ["']__main__["']:
|
|
|
|
[html]
|
|
directory=.htmlcov
|
|
|
|
[xml]
|
|
output=.coverage.xml
|