Skip to main content

discover_tests

Function discover_tests 

Source
pub fn discover_tests(paths: &[PathBuf]) -> Result<Vec<PathBuf>>
Expand description

*_test.tl anywhere, plus every .tl under a directory named tests. Explicit file paths are always included. Does not enter crate::SKIP_DIRS, dot-directories or the project’s mlua-pkg dir (dependencies’ tests are theirs).