Page MenuHomePhabricator

Phester: discover tests by recursively examining directories
Closed, InvalidPublic

Description

If a directory is given to phester as a command line argument, that directory should be scanned for test files (and fixtures). All files with the extensions .yml, .yaml, .YML, and .YAML in the directory or any of its subdirectories should be examined. These files are read into an internal representation. Any file that does not conform to the structure expected by phester triggers a warning in the output, and is skipped.