Skip to content

Instantly share code, notes, and snippets.

@wmealing
Last active December 16, 2015 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wmealing/5382417 to your computer and use it in GitHub Desktop.
Save wmealing/5382417 to your computer and use it in GitHub Desktop.
======================== 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