<div dir="ltr">On Thu, Sep 12, 2013 at 10:08 PM, Monty Taylor <span dir="ltr"><<a href="mailto:mordred@inaugust.com" target="_blank">mordred@inaugust.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">And boom, you'll have a directory all set up with your new project </blockquote>
<div><br></div><div>Awesome.  I tried it and ran into a couple of small issues.  I don't see a </div><div>launchpad yet, so I'm not sure where to report bugs.</div><div><br></div><div>Something is stripping all the new lines at EOF, so flake8 fails.  Also, this</div>
<div>is annoying because vim's default is to add one when it doesn't exist.</div><div>







<p class="">Also, foo/test/__init__.py needs to call super(TestCase, self).setUp() <br>otherwise you get an error that is something like this when you run tox:</p><p class="">    ValueError: TestCase.setUp was not called. Have you upcalled all the<br>
    way up the hierarchy from your setUp? e.g. Call<br>    super(TestFoo, self).setUp() from your setUp().</p></div></div></div></div>