Looking to start learning Python?

Begin Here

Tag: Testing

PyLint: Analyzing Python Code

June 12, 2012 by Mike
Python code analysis can be a heavy subject, but it can be very helpful in making your programs better. There are several Python code analyzers that you can use to check your code and see if they conform to standards. pylint is probably the most popular. It's very configurable, customizable and pluggable too. It also […]

Website Automation with Python, Firefox and Selenium

May 6, 2012 by Mike
An appropriate alternate title would be: How to control a web page or test your website with Python. Recently, I was given the following assignment: 1) Login to a website 2) click on a toolbar and load a specific search form 3) enter some data into one of the fields on the form and search […]

Python 102: An Intro to TDD and unittest

March 9, 2011 by Mike
Python code testing is something new to me. It's not required where I work, so I haven't spent much time looking into it, besides reading a book on the subject and reading a few blogs. However, I decided it was high time I check this out and see what all the excitement is about. In […]

Book Review: Python Testing

March 6, 2010 by Mike
Before PyCon, I was approached by a representative from Packt Publishing to review one of their books. They wanted me to read Daniel Arbuckle's Python Testing: Beginner's Guide. I'm not really into testing frameworks or test driven development and thought this would be a good excuse to learn the methodology and see if it was […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary