File: .coveragerc

package info (click to toggle)
python-xapian-haystack 3.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: python: 2,274; sh: 237; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[report]
exclude_lines =
    def __repr__
    raise NotImplementedError
    raise MissingDependency
    except xapian.DatabaseModifiedError

[run]
source =
    haystack.backends.xapian_backend
    test_haystack/xapian_tests

[paths]
# Merge coverage data from running tests in a django-haystack
# checkout with our own paths for coverage reporting.
backend =
    ./
    */django-haystack/haystack/backends/

tests =
    tests/xapian_tests/
    */django-haystack/test_haystack/xapian_tests/