<p>All of the other tests for the core are in the racket-test package, so that&#39;s where the ones for json belong too.</p>
<div class="gmail_quote">On Jul 5, 2013 7:28 PM, &quot;Eli Barzilay&quot; &lt;<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>&gt; 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>
&gt;<br>
&gt; 37c87ec Sam Tobin-Hochstadt &lt;<a href="mailto:samth@racket-lang.org">samth@racket-lang.org</a>&gt; 2013-07-02 12:24<br>
&gt; :<br>
&gt; | Move json tests to racket-test pkg.<br>
&gt; :<br>
&gt;   R {racket/lib/collects/json/tests =&gt; 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 &quot;same directory&quot;<br>
in both the place where the file gets installed and being in the same<br>
package.<br>
<br>
(In case it&#39;s not obvious where I&#39;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>