testfixtures icon indicating copy to clipboard operation
testfixtures copied to clipboard

docs: add warning about importance of option order

Open Rabsztok opened this issue 1 month ago • 1 comments

If you place Template() methods after Directory() method, then templating won't be applied resulting in error. This commit adds a very short warning message in readme about that behaviour. I found out about it in following discussion: https://github.com/go-testfixtures/testfixtures/issues/60

Rabsztok avatar Nov 25 '25 12:11 Rabsztok

@Rabsztok IMO it makes more sense to fix this behavior instead of documenting it

Let me check, if it is possible. I will ping you

slsyy avatar Nov 26 '25 00:11 slsyy