You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by Michael Anderson <mi...@gmail.com> on 2016/02/26 15:39:55 UTC

test_dap.py fails / setup_class vs. setUpClass

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