Testing with Pytest

Date Category blog

Catego Tags: python, testing, pytest Status: draft

About pytest

From pytest.org:

  • a mature full-featured Python testing tool
  • provides easy no-boilerplate testing
  • scales from simple unit to complex functional testing
  • integrated with other testing methods and tools
  • extensive plugin and customization system

Installing pytest

If you have already created your …

more ...

Sphinx for Python documentation

What is Sphinx?

From sphinx-doc.org:

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license.

It was originally created for the new Python documentation, and it has excellent facilities for the documentation of Python projects …

more ...