Przeglądaj źródła

Exclude efficiency testing code from test coverage calculation

Stefan Schmidt 5 lat temu
rodzic
commit
21655b55a2
1 zmienionych plików z 2 dodań i 0 usunięć
  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