Skip to main content

detect_python_test_assertion_smells

Function detect_python_test_assertion_smells 

Source
pub fn detect_python_test_assertion_smells(
    file: &ProjectFile,
    source: &str,
    weights: &TestAssertionWeights,
) -> Vec<TestAssertionSmell>