unittest for system testing

Rita rmorgan466 at gmail.com
Wed Oct 17 22:16:38 EDT 2012


thanks.

I suppose I would need a simple example from one of these libraries. ( i
typed too soon for , "no code needed" )



On Wed, Oct 17, 2012 at 8:49 PM, Mark Lawrence <breamoreboy at yahoo.co.uk>wrote:

> On 18/10/2012 01:22, Rita wrote:
>
>> Hi,
>>
>> 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.
>>
>> This works great BUT
>>
>> I would like to use python and in particular unittest module to test my
>> system and then deploy my app. I understand unittest is for functional
>> testing but I think this too would be a case for it. Any thoughts? I am
>> not
>> looking for code in particular but just some ideas on how to use python
>> better in situations like this.
>>
>>
> Plenty of options here http://wiki.python.org/moin/**
> PythonTestingToolsTaxonomy<http://wiki.python.org/moin/PythonTestingToolsTaxonomy>and an active mailing list that I read via gmane.comp.python.testing.
> **general
>
> --
> Cheers.
>
> Mark Lawrence.
>
> --
> http://mail.python.org/**mailman/listinfo/python-list<http://mail.python.org/mailman/listinfo/python-list>
>



-- 
--- Get your facts first, then you can distort them as you please.--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20121017/1261f3d0/attachment.html>


More information about the Python-list mailing list