Move Commands Tests Requiring External Resources
*Created by: osbornjd*
The Commands tests that require external resources need to be moved into the integration test area that @dbluhm recently set up. The tests that need to be moved are all classes that contain tests which contain remote connection requirements. Additionally, tests that require the `EmailUpdateHandler` functionality need to be moved.
This essentially boils down to any test that fails if you check out Commands and try to run `mvn clean verify` straight out of the clone, without setting up any configuration files.
issue