itsallcode / openfasttrace

Open source requirement tracing suite
GNU General Public License v3.0
100 stars 21 forks source link

Import tags also from `.yml` files #394

Closed kaklakariada closed 7 months ago

kaklakariada commented 7 months ago

OFT already imports tags from .yaml files (see class TagImporterFactory). Often YAML files use the shorter .yml suffix.

That's why OFT should also import tags from .yml files.