pub(crate) fn files_related_to_test(
config: &Config,
testpaths: &TestPaths,
props: &EarlyProps,
revision: Option<&str>,
) -> Vec<PathBuf>
Expand description
Returns a list of files that, if modified, would cause this test to no longer be up-to-date.
(Might be inaccurate in some cases.)