pytest-dev/pytest: The pytest framework makes it easy to write small tests, yet scales to support complex functional testing (opens in new tab)
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing.. image:: .. image:: .. image:: .. image:: .. image:: .. image:: .. image:: .. image:: .. image:: .. image:: .. image:: :target: The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. An example of a simple test: .. code-block:: python # content of test_sample.py def inc(x): return x + 1 def test_answer(): ...
Read the original article