SF015 Code sources in manifestΒΆ
The user shall be able to list code source directories in the project manifest, so that Speky can scan them for references to requirements and tests.
The manifest shall accept an optional code_sources field: a list of glob patterns
relative to root_directory.
Example:
kind: project
name: my-project
files:
- specs/*.yaml
code_sources:
- src/**/*.py
- tests/**/*.py
Tested by
References
Relates to:
SF014 Project manifest
Referenced by:
Source
Source file: specs/functional.yaml
Loaded from: speky