Various test case framework fixes.
commit633b9455b0560116032486e0ffd234060d9d4156
authorJames Laska <jlaska@redhat.com>
Thu, 22 Jan 2009 20:32:19 +0000 (22 15:32 -0500)
committerChris Lumens <clumens@redhat.com>
Thu, 22 Jan 2009 20:36:40 +0000 (22 15:36 -0500)
tree2243bcc535371bae086d59a3e35d81d4cafabd5c
parent2c419ec913c7e517afce50b8adb8ae7b8bdfb908
Various test case framework fixes.

* Prefix tests/ sub-directory to sys.path instead of appending to avoid
  namespace collision.
* Implment assertNotRaises inside assert_parse().
* Strip out comment lines when validating parsed results.
tests/baseclass.py