python3-pytest

Simple, powerful testing in Python3
  https://pytest.org/
  0
  no reviews



This testing tool has for objective to allow the developers to limit the boilerplate code around the tests, promoting the use of built-in mechanisms such as the `assert` keyword.

This package provides the Python 3 module and the py.test-3 script.