Details
Description
The imports in ocw.tests.test_metrics.py are explicit for each metric being tested. As we add more and more metrics this is becoming rather unwieldy. Let's switch over to a more relaxed import and specify the package when running the metrics in our tests.