S.Lott -- Software Architect
  • Other Articles
  • Publications
  • S.Lott Biography

More Frameworks! (rev. 3)

Date Tue 13 December 2005 Tags #python / unit testing

A wiki page on Python testing tools http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy identifies a number of additional unit testing tools. The wiki page provides a handy summary. I'll examine these in light of the Beck Unit Test design patterns to provide a little more detail on what they really do …

more ...

Compare and Contrast (round 3, revised)

Date Wed 09 November 2005 Tags #python / unit testing

The object-oriented unit testing framework began as Smalltalk's Beck Test framework http://www.xprogramming.com/testfram.htm. It evolved to the JUnit http://www.junit.org/index.htm>`_ ` <http://www.junit.org/index.htm%22%20target=%22NewWindow framework for Java. Beck defined four repeated patterns of unit testing software …

more ...

Compare and Contrast (round 2)

Date Mon 07 November 2005 Tags #python / unit testing

The object-oriented unit testing framework began as Smalltalk's Beck Test framework http://www.xprogramming.com/testfram.htm%22%20target=%22NewWindow. It evolved to the JUnit http://www.junit.org/index.htm%22%20target=%22NewWindow framework for Java. Beck defined four repeated patterns of unit testing software, covered in a previous …

more ...

Compare and Contrast (round 1)

Date Sat 05 November 2005 Tags #python / unit testing

Some Basis for Comparison

The object-oriented unit testing framework began as Smalltalk's Beck Test framework http://www.xprogramming.com/testfram.htm. It evolved to the JUnit http://www.junit.org/index.htm framework for Java. Beck defined four repeated patterns of unit testing software:

The Fixture. The thing we are …

more ...

Python Unit Testing Frameworks (v3)

Date Wed 02 November 2005 Tags unit testing

Ned Batchelder : Blog [http://www.nedbatchelder.com/blog/index.html ] identifies no less than 6 unit testing frameworks for Python [http://www.nedbatchelder.com/blog/200510.html#e20051025T070731 ] and [http://www.nedbatchelder.com/blog/200411.html#e20041120T185622 ].

TestGears [http://www.turbogears.com/testgears/ ] is part of the TurboGears web uber-framework …

more ...

One More Cool Thing About Python Is...

Date Sat 22 October 2005 Tags data analysis / application example

So, confronted with 1.4M records of questionable data, what do we do?

  1. We'll need a production program that can run daily from now until the end of time to cleanse the data and reject the truly evil records.
  2. We don't have a good fix on what the data is …
more ...

  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • Social

    • Mastodon
    • Github
    • StackOverflow
    • LinkedIn
    • O'Reilly
    • Amazon
  • Categories

    • Architecture & Design
    • Books
    • FOSS
    • Management
    • News
    • Python
    • Technologies
  • Links

    • Pelican
    • Python.org
    • Jinja2
  • Archive

    • March 2025 (1)
    • February 2025 (1)
    • January 2025 (3)
    • December 2024 (1)
    • September 2024 (2)
    • August 2024 (1)
    • July 2024 (3)
    • June 2024 (1)
    • May 2024 (1)
    • March 2024 (1)
    • February 2024 (1)
    • December 2023 (3)
    • November 2023 (1)
    • October 2023 (1)
    • September 2023 (1)
    • August 2023 (3)
    • July 2023 (3)
    • January 2023 (1)
    • August 2008 (3)
    • June 2008 (3)
    • March 2008 (1)
    • December 2007 (1)
    • August 2007 (1)
    • May 2007 (2)
    • March 2007 (1)
    • January 2007 (1)
    • October 2006 (1)
    • June 2006 (1)
    • April 2006 (2)
    • February 2006 (1)
    • December 2005 (4)
    • November 2005 (4)
    • October 2005 (1)

© 2025 S.Lott · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top