diff options
author | Gabor Nagy <mail@aigeruth.hu> | 2014-07-12 15:46:55 +0200 |
---|---|---|
committer | Gabor Nagy <mail@aigeruth.hu> | 2014-07-12 15:46:55 +0200 |
commit | 8810273010afd91b0586f57d9c5794e7dd617d10 (patch) | |
tree | 96c7aba66f2ea4b202bc1e141ea37be085f9ab12 /.coveragerc | |
parent | e4419a065ffc7e8702453835e465a47b011b8f12 (diff) | |
download | searxng-8810273010afd91b0586f57d9c5794e7dd617d10.tar.gz searxng-8810273010afd91b0586f57d9c5794e7dd617d10.zip |
Cover searx.utils
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 000000000..4f50efc40 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,20 @@ +[run] +branch = True +source = + searx/engines + searx/__init__.py + searx/autocomplete.py + searx/https_rewrite.py + searx/languages.py + searx/search.py + searx/testing.py + searx/utils.py + searx/webapp.py + +[report] +show_missing = True +exclude_lines = + if __name__ == .__main__.: + +[html] +directory = coverage |