test_dap.py fails for me because the setup function is called setup_class rather than setUpClass and consequently doesn't seem to be getting called.
I'm executing the test as python test_dap.py. Should I submit a patch to change the name of the set up function or am I not using the correct unit testing package? Thank you, Michael A. Anderson
