Hi All,<br><br>     In my journey from a hacker to a professional software developer, I have started to learn <br>the finer points of Test Drive Development via Django (no questions about Django though). I am <br>torn between the DocTest and UnitTest. I like the one &quot;fileness&quot; of the DocTest, but am concerned<br>
about the length of my tests being several orders of magnitude bigger than the actual code. I <br>like the UnitTest having a separate file but am worried about the tests getting lost or never getting<br>executed because a junior developer doesn&#39;t know about them. I&#39;m wondering in respect to TDD, which <br>
is better or is it a matter of taste?<br><br>TIA,<br>Tino<br><br>