Re: Question about new tests

2013-09-18 Thread Justin Holmes
Florian, Let me cobble together a demonstration and what I'm talking about; I think I can more easily illuminate things that way. On Tue, Sep 17, 2013 at 5:31 PM, Florian Apolloner wrote: > Hi Justin, > > many core developers haven't been at DjangoCon US, so would you mind to > summarize a few

Re: Question about new tests

2013-09-17 Thread Florian Apolloner
Hi Justin, many core developers haven't been at DjangoCon US, so would you mind to summarize a few things like: What is the roadmap, how do you plan to tackle things; who is involved + whatever else you think would be nice to know for someone who more or less heard the first time of this from y

Question about new tests

2013-09-17 Thread Justin Holmes
I'm working on the #unsetting project (ie, making all of Django's internals work without having to import the settings global). We have two key areas that now seem to work without running settings: mail and templating. I want to demonstrate these with tests. Where shall I put these tests? 1) Al