Testing

pydocusign provides some tools to help you test your applications:

  • post_notification_callback()
  • generate_notification_callback_body()

post_notification_callback

Note

Uses third-party diecutter [1] online file generation service. See generate_notification_callback_body() for details.

generate_notification_callback_body

Note

This function uses third-party diecutter [1] online file generation service. This allows pydocusign to use templates without having template engines (Jinja2) as dependencies, since this callback notification feature is for test purpose only. At runtime, pydocusign does not require Jinja2.

Available templates are the ones in pydocusign/templates folder of pydocusign’s code repository [2].

References

[1](1, 2) http://diecutter.io
[2]https://github.com/novafloss/pydocusign/