Sfoglia il codice sorgente

Create .coveragerc

Bastien Sevajol 7 anni fa
parent
commit
5e97f62840
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      .coveragerc

+ 8 - 0
.coveragerc Vedi File

@@ -0,0 +1,8 @@
1
+[run]
2
+omit =
3
+    */tests*
4
+    *site-packages/*
5
+[report]
6
+exclude_lines =
7
+    raise NotImplementedError
8
+    if __name__ == .__main__.: