fn source_type()

in crates/testbed/src/main.rs [120:125]


    fn source_type(&self) -> String {
        match self {
            Self::Local { .. } => "local".to_owned(),
            Self::Github { .. } => "github".to_owned(),
        }
    }