Last active
December 16, 2015 05:09
-
-
Save wmealing/5382417 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================== EUnit ======================== | |
module 'plugin_manager_sup' | |
module 'plugin_manager_sup_tests' | |
plugin_manager_sup_tests:17: worker_is_started (Supervisor plugin_manager_srv is started)...ok | |
plugin_manager_sup_tests:17: worker_is_started (Supervisor plugin_event_manager is started)...ok | |
[done in 0.006 s] | |
[done in 0.006 s] | |
module 'plugin_manager_srv' | |
module 'plugin_manager_srv_tests' | |
plugin_manager_srv_tests: add_plugin_test...ok | |
plugin_manager_srv_tests: remove_plugin_test...ok | |
[done in 0.006 s] | |
[done in 0.006 s] | |
module 'plugin_manager_app' | |
module 'plugin_manager_app_tests' | |
plugin_manager_app_tests:17: does_app_start_and_stop (Does the application start)...ok | |
[done in 0.003 s] | |
[done in 0.018 s] | |
module 'plugin_manager' | |
module 'plugin_event_manager' | |
======================================================= | |
All 5 tests passed. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment