Re: Deployment tools using Python (was: unittest for system testing)

2012-10-17 Thread Dwight Hutto
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/

Re: Deployment tools using Python (was: unittest for system testing)

2012-10-17 Thread alex23
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

Re: Deployment tools using Python (was: unittest for system testing)

2012-10-17 Thread Dwight Hutto
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