pub fn try_extract_test_config(
    db: &dyn SyntaxGroup,
    attrs: Vec<Attribute>,
) -> Result<Option<TestConfig>, Vec<PluginDiagnostic>>
Expand description

Extracts the configuration of a tests from attributes, or returns the diagnostics if the attributes are set illegally.