/
niceSOFT
/
python3-pytest
Обзор
Документация
Войти
/
niceSOFT
/
python3-pytest
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/en/example/index.rst
33 строки
935 B
Ran Benita
Remove deprecated nose support
02 янв 2024, 13:20
02 янв 2024, 13:20
0f18a7f
Код
Авторство
О чём код?
.. _examples: Examples and customization tricks ================================= Here is a (growing) list of examples. :ref:`Contact <contact>` us if you need more examples or have questions. Also take a look at the :ref:`comprehensive documentation <toc>` which contains many example snippets as well. Also, `pytest on stackoverflow.com <http://stackoverflow.com/search?q=pytest>`_ often comes with example answers. For basic examples, see - :ref:`get-started` for basic introductory examples - :ref:`assert` for basic assertion examples - :ref:`Fixtures <fixtures>` for basic fixture/setup examples - :ref:`parametrize` for basic test function parametrization - :ref:`unittest` for basic unittest integration The following examples aim at various use cases you might encounter. .. toctree:: :maxdepth: 2 reportingdemo simple parametrize markers special pythoncollection nonpython customdirectory