Explorar o código

Exclude efficiency testing code from test coverage calculation

Stefan Schmidt %!s(int64=5) %!d(string=hai) anos
pai
achega
21655b55a2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      code/.coveragerc

+ 2 - 0
code/.coveragerc

@@ -1,5 +1,7 @@
 [run]
 disable_warnings = ResourceWarning
+omit =
+	Test/efficiency_testing.py
 
 [html]
 directory = ../htmlcov