Contact Us
24/7
Python BlogDjango BlogBig DataSearch for Kubernetes AWS BlogCloud Services

Blog

<< ALL BLOG POSTS

Write Better Programs with pytest

|
September 26, 2016

Slash Development Time with pytest

At Six Feet Up, we do a lot of Plone development and customization. Plone, an enterprise-grade open source CMS, comes with various types of tests out-of-the-box. In the past 10 years, we've used doc tests and Plone test cases, as well as standard unit tests from the Python framework and from the Python standard library.

These test frameworks come with a lot of boilerplate, setup and tear-down. While some of it may be necessary, boilerplate can be sometimes be involved and stands in the way of getting the tests written.

PyCharm and pytest on Windows

Prevent Regressions with pytest

Tell us about the goals you’re trying to accomplish.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.