ok thank you
following up on that - do you organize a generative fdef in the same namespace as the function it's associated with, or with a peer testing namespace similar to a unit test?
personally i write the fdef right beside the defn
but that is probably a matter of personal opinion
i do have a few "integration tests" that span multiple functions / namespaces defined in the test/ area itself
e.g., "roundtrip" style tests