<p>All of the other tests for the core are in the racket-test package, so that's where the ones for json belong too.</p>
<div class="gmail_quote">On Jul 5, 2013 7:28 PM, "Eli Barzilay" <<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tuesday, <a href="mailto:samth@racket-lang.org">samth@racket-lang.org</a> wrote:<br>
><br>
> 37c87ec Sam Tobin-Hochstadt <<a href="mailto:samth@racket-lang.org">samth@racket-lang.org</a>> 2013-07-02 12:24<br>
> :<br>
> | Move json tests to racket-test pkg.<br>
> :<br>
> R {racket/lib/collects/json/tests => pkgs/racket-pkgs/racket-test/tests/json}/json.rkt (100%)<br>
<br>
Why did you do this move? Having tests bee in the same directory as<br>
the code makes it much easier to maintain, and I mean "same directory"<br>
in both the place where the file gets installed and being in the same<br>
package.<br>
<br>
(In case it's not obvious where I'm coming from: when I wanted to test<br>
the recent commit, I resorted to grepping the tree for the file -- I<br>
view such grepping as indicators of organizational failures that<br>
should not be needed even after the repo is split, and commits like<br>
this make things worse in this regard.)<br>
<br>
--<br>
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:<br>
<a href="http://barzilay.org/" target="_blank">http://barzilay.org/</a> Maze is Life!<br>
</blockquote></div>