{{extend 'layout.html'}} {{block sectionclass}}test{{end}}

{{=T('Testing application')}} "{{=app}}"

{{for controller in sorted(controllers):}}

Testing controller "{{=controller}}"... please wait!

{{pass}}

{{=T("""If the report above contains a ticket number it indicates a failure in executing the controller, before any attempt to execute the doctests. This is usually due to an indentation error or an error outside function code. A green title indicates that all tests (if defined) passed. In this case test results are not shown.""")}}

{{=T('Functions with no doctests will result in [passed] tests.')}}

{{=T('ATTENTION: TESTING IS NOT THREAD SAFE SO DO NOT PERFORM MULTIPLE TESTS CONCURRENTLY.')}}