Closed Koncpa closed 1 year ago
It would be good to require the helper's directory explicitly, for the future compatibility once the https://github.com/teemtee/tmt/pull/2333 is merged and enabled by default.
require:
- type: file
pattern: /TestHelpers/.*
Ideally somewhere up in the structure so all the tests can inherit that. (Do not forget co use require+
, in the tests.)
@Koncpa : quick question about this change ... Do old instructions apply? If not ... I guess we have two options: 1 - Include a Makefile at Sanity directory that expands to execute all tests 2 - Change README.md to document which is the new procedure
I prefer the first one, but I am open to changes