[ntf.assertions]
startswith = ntf_sample_plugin.assertions:assert_startswith

[ntf.functions]
functions = ntf_sample_plugin.functions:FUNCTIONS

[ntf.renderers]
upper = ntf_sample_plugin.renderer:UpperRenderer

[ntf.reporters]
print = ntf_sample_plugin.reporter:print_report

[ntf.transports]
requests_no_session = ntf_sample_plugin.transport:requests_no_session
