pub async fn del_test_db(
    client: &Client,
    app_name: &str,
    unique_app_key: &str,
    model_key_list: Vec<String>
) -> Result<(), Box<dyn Error>>
Expand description

Remove test databases Hint: See the tests in the test-drive section for an example.