On Wed, Oct 17, 2012 at 11:59 PM, alex23 wrote:
> On Oct 18, 1:39 pm, Dwight Hutto wrote:
>> Logging and
>> testing your own functions/classes is something that come in the
>> pre-algorithm of the app you wish to deploy.
>
> What is a pre-algorithm?
> --
> http://mail.python.org/mailman/listinfo/
On Oct 18, 1:39 pm, Dwight Hutto wrote:
> Logging and
> testing your own functions/classes is something that come in the
> pre-algorithm of the app you wish to deploy.
What is a pre-algorithm?
--
http://mail.python.org/mailman/listinfo/python-list
On Wed, Oct 17, 2012 at 11:30 PM, Ben Finney wrote:
> Rita writes:
>
>> Currently, I use a shell script to test how my system behaves before I
>> deploy an application. For instance, I check if fileA, fileB, and
>> fileC exist and if they do I go and start up my application.
>
> The operating sys