Spaces:
Runtime error
Runtime error
File size: 191 Bytes
824bd32 |
1 2 3 4 5 6 7 |
[pytest]
# Add directories or files to ignore during test discovery
norecursedirs = docling/tests
pythonpath = .
markers =
dev: marks tests for development focus
allow_module_level = true |