ipratikpatel / cs373-netflix

0 stars 0 forks source link

Speed up unittesting #20

Closed JKelle closed 10 years ago

JKelle commented 10 years ago

Stop loading every cache file multiple times.

JKelle commented 10 years ago

Do this by storing the resulting dictionaries as instance variables of the Unittest object.