Unit Testing in Python
Hi Everyone, I've recently been reading some articles about unit-testing in Python [1] [2], but I am a bit confused: where do I go to get started with this? I tried googling for "unittest" but all I've found are some old links to projects that already use it, and the older (as the articles put it) PyUnit project. I'm sorry if this is a obvious question or one that has already been answered, but unit-testing sounds interesting and I'm not sure where to start. Thanks, Ryan Kaulakis -- http://mail.python.org/mailman/listinfo/python-list
Re: Unit Testing in Python
Yeah, you know I only ask questions about Test-driven development basics in hopes of obtaining your personal information, so that I can sell it on the Molodovian blackmarket. I'm not a "Phisher", I'm a comp-sci major who's too lazy to dig around for his own answers. ;) Thanks for your help Roy, I wasn't sure what the difference between unittest and pyunit were. --|2 \| /-\ |\| |http://mail.python.org/mailman/listinfo/python-list
Re: Unit Testing in Python
Tom Willis wrote: > It could be a bug in gmail. I wasn't actually accusing you, just > thought it was funny enough to point out. Of course you could be more > sarcastic than me who knows. :) > > I'm not worried though. I believe the best strategy against Identity > theft is bad credit. > > So question , do you see the big red block on your own posts, or have > I been sitting in front of the puter too long? > > > On Thu, 10 Feb 2005 19:25:13 -0800 (PST), rhat <[EMAIL PROTECTED]> wrote: > > Yeah, you know I only ask questions about Test-driven development > > basics in hopes of obtaining your personal information, so that I can > > sell it on the Molodovian blackmarket. I'm not a "Phisher", I'm a > > comp-sci major who's too lazy to dig around for his own answers. ;) > > > > Thanks for your help Roy, I wasn't sure what the difference between > > unittest and pyunit were. > > --|2 \| /-\ |\| | > supersecret "phishing" alias which just so happens to be my actual > > name) > > > > PS: Yeah, I too am plerplexed as to why gmail allowed me to register > > "fakeadmin" as a login. Sure makes a good conversation started though. > > =P > > > > -- > > http://mail.python.org/mailman/listinfo/python-list > > > > > -- > Thomas G. Willis > http://paperbackmusic.net I'm glad people have a still have a sense of humor, and yes gmail does flag mail that I send myself (as in [EMAIL PROTECTED] -> [EMAIL PROTECTED]) as being possibly "not from who they claim" I don't have any other gmail accounts, so I just thought it happened with all accounts. -- http://mail.python.org/mailman/listinfo/python-list
Re: Unit Testing in Python
I actually meant to link to the last two ONLamp articles you mentioned, so yeah I have seen those (kinda forgot to post them, in fact). Thanks for the other links too, they look pretty interesting. Incidentally, what kind of projects are you guys (planning on) using this technology with? I'm working on educational software, and thought that it might be neat to try unittest out on. Though, in truth, I don't know enough about unit-testing to make a design decision that large yet. Feel free to [reply | flame the n00b], Ryan Kaulakis -- http://mail.python.org/mailman/listinfo/python-list
