Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31560
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: unittest for system testing |
| Date | 2012-10-18 01:49 +0100 |
| References | <CAOF-KfiPdM_H+Nge_HFK6aBmoWKBkDM2HUeCk1D=df2z3+5fYA@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2378.1350521374.27098.python-list@python.org> (permalink) |
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 and an active mailing list that I read via gmane.comp.python.testing.general -- Cheers. Mark Lawrence.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: unittest for system testing Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-18 01:49 +0100 Re: unittest for system testing Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-18 06:55 +0000
csiph-web