markitdown
markitdown copied to clipboard
feat(tests): reorganize tests
#134
coverage report
| Name | Stmts | Miss | Branch | BrPart | Cover |
|---|---|---|---|---|---|
| src/markitdown/init.py | 2 | 0 | 0 | 0 | 100% |
| src/markitdown/main.py | 23 | 23 | 4 | 0 | 0% |
| src/markitdown/_markitdown.py | 804 | 269 | 336 | 43 | 63% |
| tests/init.py | 0 | 0 | 0 | 0 | 100% |
| tests/atest_markitdown.py | 124 | 124 | 18 | 0 | 0% |
| tests/core/init.py | 0 | 0 | 0 | 0 | 100% |
| tests/core/test_external_tools.py | 16 | 5 | 2 | 0 | 61% |
| tests/core/test_llm.py | 48 | 11 | 4 | 0 | 71% |
| tests/core/test_local_file.py | 38 | 0 | 0 | 0 | 100% |
| tests/core/test_remote.py | 19 | 0 | 4 | 0 | 100% |
| tests/helpers/init.py | 0 | 0 | 0 | 0 | 100% |
| tests/helpers/utils.py | 7 | 0 | 6 | 0 | 100% |
| TOTAL | 1081 | 432 | 374 | 43 | 58% |