Complete implementation of both algorithms

Check results
Complete coverage tests
This commit is contained in:
2021-05-25 11:59:24 +02:00
parent 70560506f1
commit 17d44080f5
6 changed files with 112 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
[run]
branch = True
source = cfs
source = mfs
[report]
exclude_lines =
@@ -10,4 +10,4 @@ exclude_lines =
if __name__ == .__main__.:
ignore_errors = True
omit =
cfs/__init__.py
mfs/__init__.py