Re: Django, The Web Framework for perfectionists and innovative with rechargeable batteries.

2010-08-01 Thread tiemonster
Jacob, My work is very much in progress, and will be documented (with code samples) fairly regularly over the coming weeks and months. The blog itself is the guinea pig - running Django 1.2.1 on GAE. Please visit http://www.tiemonster.info/ for more information. After reading Waldemar's comments b

Re: Accessible Command Output using self.stdout & self.stderr

2010-08-01 Thread maxweld
On Aug 1, 6:47 pm, Eric Holscher wrote: > You need to pass in your custom stdout into the call_command function. You > can see[1] where it takes those inputs and assigns them to your provided > values. Thanks Eric - that made sense and test is now working. Is there any way to supply a response

Re: Accessible Command Output using self.stdout & self.stderr

2010-08-01 Thread Eric Holscher
> > > Q1. Should I create a separate, new module with my tests in it, or > just add tests to an existing module? If an existing one, how do I > determine which one? > It depends if your work is similar to anything else that is already in the repository. I don't think that the stdout and stdin chan

Re: Accessible Command Output using self.stdout & self.stderr

2010-08-01 Thread maxweld
Hi Russ Ok - so I have a Git repository with Django trunk in it, and have proceeded to change the commands. Following the changes there are no failures in the regression tests. I am now trying to add new tests to prove that my changes actually work. Here is where I run into a few problems, no dou