How to Write Pytest Plugins

30-minute Talk - Saturday, July 27 at 12:00pm in Cartoon 2

Pytest is a widely-used, full-featured Python testing tool that helps you write better programs. Did you know that you can easily enhance and customize Pytest through the use of plugins? In this talk, you will learn all about some of the useful Pytest plugins that are available, and learn how to create your own plugins.

Pytest is a widely-used, full-featured Python testing tool that helps you write better programs. Whether you have been using Pytest for years or are just getting started, you may find features of Pytest that you would like to modify or customize for your own environment or specific use cases. Did you know that you can easily enhance and customize Pytest through the use of plugins? In this talk, you will learn all about some of the useful Pytest plugins that are available, and learn how to create your own plugins. We will walk through the plugin creation process by creating a plugin to upload Pytest reports to a Google Cloud Storage bucket.

Video

Presented by: