SF015 Code sources in manifestΒΆ

input tooling

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
Source

Source file: specs/functional.yaml

Loaded from: speky