Closed seth127 closed 2 years ago
Added helpers for converting legacy formats of specifying stories and requirements into the preferred YAML format.
stories_to_yaml()
assign_test_ids()
milestone_to_test_id()
Added helpers for converting from using only stories to using stories and requirements. (#44)
Moved checkmate to Imports instead of Suggests because it is used in core functionality. (#29)
checkmate
Imports
Suggests
Fixed check for unique requirement IDs in read_spec_yaml(). (#43)
read_spec_yaml()
Release Notes
New features and changes
Added helpers for converting legacy formats of specifying stories and requirements into the preferred YAML format.
stories_to_yaml()
helper for converting stories specified in either Googlesheets or Github milestones into YAML. (#31, #35)assign_test_ids()
andmilestone_to_test_id()
for converting tests specified with full test names into test IDs. (#36, #39, #42)Added helpers for converting from using only stories to using stories and requirements. (#44)
Bug fixes
Moved
checkmate
toImports
instead ofSuggests
because it is used in core functionality. (#29)Fixed check for unique requirement IDs in
read_spec_yaml()
. (#43)