We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is now continuous integration running all test in /tests/ and the current tests already cover a big part of the code:
/tests/
---------- coverage: platform linux, python 3.8.12-final-0 ----------- Name Stmts Miss Cover ------------------------------------------------- memo_ms/__init__.py 7 0 100% memo_ms/__version__.py 1 0 100% memo_ms/classes.py 117 46 61% memo_ms/import_data.py 47 17 64% memo_ms/visualization.py 125 111 11% tests/test_classes.py 62 0 100% tests/test_user_workflow.py 35 0 100% ------------------------------------------------- TOTAL 394 174 56% Coverage XML written to file coverage.xml
Next steps could be:
MemoMatrix
test_classes.py
test_user_workflow.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is now continuous integration running all test in
/tests/
and the current tests already cover a big part of the code:Next steps could be:
MemoMatrix
class totest_classes.py
test_user_workflow.py
)The text was updated successfully, but these errors were encountered: