- 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%.
13 lines
269 B
INI
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
|