First functional with 100% coverage

This commit is contained in:
2022-11-05 20:00:18 +01:00
parent 3689852205
commit 8c03fc6b67
52 changed files with 94739 additions and 199 deletions

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"bayesclass"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}