Project

General

Profile

Idea #4097

Updated by Tim Pierce over 9 years ago

Current coverage: 56.98% (77 lines uncovered out of 179) 

 To generate and view a coverage report: 
 <pre> 
 $ cd app/workbench && bundle exec rake test 
 $ chromium-browser ./coverage/index.html 
 </pre> 

 In particular need of testing: 

 * @User.activity@ 
 * @User.storage@ 
 * @User.home@ 
 * @User.sudo@ 
 * @User.manage_account@ (need to test VMs the user can log into) 
 * @User.find_current_links@ (need to test repos and VMs) 

Back