mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
fix(markdown): handle nested lists (#910)
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
9
tests/test_data_gen_flag.py
Normal file
9
tests/test_data_gen_flag.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import os
|
||||
|
||||
from pydantic import TypeAdapter
|
||||
|
||||
GEN_TEST_DATA = TypeAdapter(bool).validate_python(os.getenv("DOCLING_GEN_TEST_DATA", 0))
|
||||
|
||||
|
||||
def test_gen_test_data_flag():
|
||||
assert not GEN_TEST_DATA
|
||||
Reference in New Issue
Block a user