openlearningtools / opencompetencies

A tool for organizing educational competencies.
MIT License
16 stars 3 forks source link

Increase efficiency of tests #82

Closed ehmatthes closed 9 years ago

ehmatthes commented 9 years ago

Tests now take over 30 seconds to run, because setUp() builds an entire school for each test, which is not necessary.