embodiedgen/pytest.ini
Xinjie a3924ae4a8
feat(pipe): Refine generation pipeline and add utests. (#23)
- Added intelligent quality checkers and auto-retry pipeline for `image-to-3d` and `text-to-3d`.
- Added unit tests for quality checkers.
- `text-to-3d` now supports more `text-to-image` models, pipeline success rate improved to 94%.
2025-07-11 16:51:35 +08:00

13 lines
269 B
INI

[pytest]
testpaths =
tests/test_unit
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -ra --tb=short --disable-warnings --log-cli-level=INFO
filterwarnings =
ignore::DeprecationWarning
markers =
slow: marks tests as slow