Unit Testing
Introduction
Special Considerations
Sub-class TestApp
class TestApp(App):
class Meta:
label = "app-%s" % misc.rando()[:12]
argv = []
core_system_config_files = []
core_user_config_files = []
config_files = []
core_system_config_dirs = []
core_user_config_dirs = []
config_dirs = []
core_system_template_dirs = []
core_user_template_dirs = []
core_system_plugin_dirs = []
core_user_plugin_dirs = []
plugin_dirs = []
exit_on_close = FalseCLI Arguments and Options
Temp Files/Dirs
Writing Tests
Running Tests
Last updated