> I'm not sure there's much to elaborate on. It's a problem, and one I > haven't solved, but I have some ideas. Ideally, I'd like to be able to > write something like: > > (defn rnd-valid-name [] > (rnd-str "[A-Za-z][A-Za-z0-9_]*") > > (defn rnd-user [] > {:uid (rnd-int 1 100) > :name (rnd-valid-name) > :created (rnd-past-date (weeks 3))})
Ok, so you're focused at the level of "here's what characterizes a test vector, go generate some for me." I was thinking more about this kind of thing: http://www.pairwise.org/. Bill --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---