Browse Source

docstring

Steven Silvester 6 years ago
parent
commit
426088f673
1 changed files with 3 additions and 1 deletions
  1. 3 1
      examples/example_check.py

+ 3 - 1
examples/example_check.py

@@ -35,7 +35,9 @@ spec.loader.exec_module(mod)
 
 
 class ExampleCheckApp(mod.ExampleApp):
-    """An example app that adds instrumentation."""
+    """An app that launches an example and waits for it to start up, checking for
+    JS console errors, JS errors, and Python logged errors.
+    """
     open_browser = Bool(False)
     default_url = '/example'
     base_url = '/foo/'