mirror of
https://github.com/Doctorado-ML/bayesclass.git
synced 2025-08-16 08:05:57 +00:00
Initial commit
This commit is contained in:
21
.coveragerc
Normal file
21
.coveragerc
Normal file
@@ -0,0 +1,21 @@
|
||||
# Configuration for coverage.py
|
||||
|
||||
[run]
|
||||
branch = True
|
||||
source = bayesclass
|
||||
include = */bayesclass/*
|
||||
omit =
|
||||
*/setup.py
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
def __repr__
|
||||
if self.debug:
|
||||
if settings.DEBUG
|
||||
raise AssertionError
|
||||
raise NotImplementedError
|
||||
if 0:
|
||||
if __name__ == .__main__.:
|
||||
if self.verbose:
|
||||
show_missing = True
|
Reference in New Issue
Block a user