[Pyunit-interest] Assert Equals
Brought to you by:
purcell
From: Nathan H. <na...@he...> - 2000-06-10 09:01:14
|
I've been playing with other language's testing frameworks (based on junit) and I really like the assertequals functions. This the expected and received values on error. In php this is done similar to this.assertequals(value_one, value_two) also, php does not use the built-in assert, it uses a this.assert(value_one > value_two) Is there any interest to implementing either of these in PyUnit? I'm interested in both, and will probably add atleast assertequals to my own copy. Also, the gui is working pretty fine. Any objections to it saving a list of recently run tests in a user's home directory? I'm also having a problem with current working dir. In java all that's needed is entries in $CLASSPATH to point to both the tests dir and the working code dir (if they differ, as mine always do). Is the python $PYTHONPATH and acceptable equivilent? -- Nathan Heagy ------------ Blow Your Beef Away http://cowcomics.com |