tmt icon indicating copy to clipboard operation
tmt copied to clipboard

Discover and load tmt subcommands via entrypoint

Open happz opened this issue 4 months ago • 1 comments

Instead of enumerating submodules in tmt code, switch the subcommand discovery to entrypoint, and expose subcommands there.

Pull Request Checklist

  • [x] implement the feature
  • [ ] write the documentation
  • [ ] extend the test coverage
  • [ ] update the specification
  • [ ] adjust plugin docstring
  • [ ] modify the json schema
  • [ ] mention the version
  • [ ] include a release note

happz avatar Nov 11 '25 09:11 happz

If we go with this, we should also discuss the src-layout transition, since it makes less and less sense to not use it.

LecrisUT avatar Nov 11 '25 14:11 LecrisUT