Make mandos-ctl use unittest instead of doctest module
* mandos-ctl: Before running main(), check if we should only run tests by seeing if the --check option was passed. (main): Don't look for the --check option. (should_only_run_tests): New. (load_tests): New.