← Back to team overview

zeitgeist team mailing list archive

[Bug 435099] [NEW] zeitgeist needs a more powerful testing framework

 

Public bug reported:

Right now zeitgeist is using pure python unittest plus a self written script to run all tests. I think there are cases where we need a more powerful testing framework, I suggest using nose [1].
Some examples:
 * we are using temporary databases for our tests, it would be nice if we could hook into a testfailure with a sqlite3 terminal to introspect the content and run queries manually before deleting the database
 * right now it is a pain to select individual testcases, nose can help us alot with this

[1] http://somethingaboutorange.com/mrl/projects/nose/0.11.1/

** Affects: zeitgeist
     Importance: Undecided
         Status: New

-- 
zeitgeist needs a more powerful testing framework
https://bugs.launchpad.net/bugs/435099
You received this bug notification because you are a member of
Zeitgeist-Engine, which is the registrant for Zeitgeist Engine.

Status in Zeitgeist Engine: New

Bug description:
Right now zeitgeist is using pure python unittest plus a self written script to run all tests. I think there are cases where we need a more powerful testing framework, I suggest using nose [1].
Some examples:
 * we are using temporary databases for our tests, it would be nice if we could hook into a testfailure with a sqlite3 terminal to introspect the content and run queries manually before deleting the database
 * right now it is a pain to select individual testcases, nose can help us alot with this

[1] http://somethingaboutorange.com/mrl/projects/nose/0.11.1/



Follow ups

References