Hi Michael, First and foremost thanks to you (and anyone else) for looking in to the tests. It's been on my TODO for way too long now. Answers at bottom
On Fri, Feb 26, 2016 at 7:53 PM, <[email protected]> wrote: > ---------- Forwarded message ---------- > From: Michael Anderson <[email protected]> > To: [email protected] > Cc: > Date: Fri, 26 Feb 2016 09:39:55 -0500 > Subject: 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? > > Yes please, submit a patch if you can. the setUpClass convention is utilized within ocw-ui/backend and ocw_config_runner tests already. I will happily review your code and test it. Thank you Lewis
