refractor move test enum to its own file

add assert with handler
add task assert with error catcher
This commit is contained in:
hathach
2013-02-06 12:03:01 +07:00
parent aeccdfde3f
commit e20025b54d
16 changed files with 591 additions and 725 deletions
+2 -1
View File
@@ -88,6 +88,7 @@
:load_paths:
- vendor/ceedling/plugins
:enabled:
- stdout_pretty_tests_report
#- stdout_pretty_tests_report
- stdout_ide_tests_report
- module_generator
...