Reference¶
This is a reference of voci public interface, based directly on docstrings.
Everything not exported via voci/__init__.py is private and may
move or change without deprecation warning.
- Fixtures —
fixture,Depends,use. - Marks —
skip,skipif,xfail,tag,timeout,solo,isolated,parametrize, and theSkipped/Failedsignals. - Built-in fixtures —
tmp_path,tmp_path_factory,capture,log_records,test_info. - Assertions —
raises,approx,ExceptionInfo,Approx. - FastAPI —
voci.fastapimodule with dependency-override helpers for testing a FastAPI app. - Command line — all the flags
vociCLI accepts.