Function pyo3_asyncio::testing::test_harness
source · pub async fn test_harness(tests: Vec<Test>, args: Args) -> PyResult<()>
Expand description
Run a sequence of tests while applying any necessary filtering from the Args
pub async fn test_harness(tests: Vec<Test>, args: Args) -> PyResult<()>
Run a sequence of tests while applying any necessary filtering from the Args