For those interested, you can now peruse the Trac-based Wiki that Titus and I used to collaborate on MailOnnaStick, the application we developed and tested for our PyCon tutorial.
The main wiki page contains links to the slides and the handout notes we had for the tutorial, but I'll link here too:
Subscribe to:
Post Comments (Atom)
Modifying EC2 security groups via AWS Lambda functions
One task that comes up again and again is adding, removing or updating source CIDR blocks in various security groups in an EC2 infrastructur...
-
Here's a good interview question for a tester: how do you define performance/load/stress testing? Many times people use these terms inte...
-
Update 02/26/07 -------- The link to the old httperf page wasn't working anymore. I updated it and pointed it to the new page at HP. Her...
-
I've been using dnspython lately for transferring some DNS zone files from one name server to another. I found the package extremely us...
1 comment:
Thanks for the kind words about nose. One minor correction -- it's not based on py.test so much as inspired by py.test. "py.test with less magic," you might call it. Or "layering a py.test like interface on top of unittest.py."
On the subject of caveats -- Titus and I have emailed a bit about the horror of path handling. If you have some ideas or suggestions on that, or on the equally-horrible horror of output capture, I'd be very interested to hear them.
Post a Comment