Laurenz Albe <laurenz.a...@cybertec.at> writes: > On Fri, 2025-02-28 at 19:16 +0100, Michael Banck wrote: >> New version 3 attached. > > I am fine with v3, and I'll mark it "ready for committer". > > I have been wondering about regression tests. > We cannot have them in the core tests, because we cannot rely on any > extension being available.
That's what the extensions in src/test/modules/ are for. The test_extensions subdirectory seems suitable, it has tests for all sorts of behaviour around extensions. - ilmari