markitdown-testing skillA
markitdown-testing is agent-read markdown (skill) from jzkk720/cubecloud-skills-bundle-kit: Write and run tests for MarkItDown converters. Use when: adding tests for a new converter, writing parametrized test vectors, running pytest with hatch, understanding FileTestVector pattern, or debugging test failures. Covers test file layout, FileTestVector dataclass, parametrized test patterns, remote test skipping, and coverage..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# MarkItDown Testing
## Quick Reference
### Test File Layout
```
packages/<pkg>/tests/
├── __init__.py
├── _test_vectors.py # FileTestVector dataclass + test vector lists
├── test_module_vectors.py # Parametrized tests for convert_local/stream/uri
├── test_module_misc.py # Non-vector tests (LLM, exiftool, specific formats)
├── test_cli_vectors.py # CLI tests (stdout, file output, stdin)
├── test_cli_misc.py # CLI version flag, error handling
└── test_files/ # Test input files
├── test.docx
├── test.pdf
└── expected_outputs/ # Expected conversion outputs
```
### FileTestVector
```python
@dataclasses.dataclass(frozen=True, kw_only=True)
class FileTestVector:
filename: str # Relative to test_files/
mimetype: str | None # Expected MIME type
charset: str | None # Expected charset
url: str | None # Optional URL for remote tests
must_include: List[str] # Strings that MUST appear in output
must_not_include: List[str] # Strings that MUST NOT appear
```
### Parametrized Test Pattern
```python
import pytest
from ._test_vectors import MY_TEST_VECTORS
…Read the whole file at its exact version.
How to install
mdr add jzkk720/cubecloud-skills-bundle-kit/markitdown-testing@git:20260922.391e00amdr add jzkk720/cubecloud-skills-bundle-kit/markitdown-testing@sha256:1e79e395ec5c8df6Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_7v6zuiyilafh7pmd)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (3442 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
jzkk720/cubecloud-skills-bundle-kit · 3 stars · license NOASSERTION · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_7v6zuiyilafh7pmd GET https://markdownregistry.com/api/v1/resolve?ref=jzkk720/cubecloud-skills-bundle-kit/markitdown-testing GET https://markdownregistry.com/api/v1/blob/1e79e395ec5c8df6431fe57b7736da0c583567374614735d641ef311a1e82763
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.