Merge pull request #8285 from nicoddemus/backport-8280

[6.2.x] Doc: Move the module declaration to index.rst
This commit is contained in:
Bruno Oliveira 2021-01-27 09:13:27 -03:00 committed by GitHub
commit 12e7db85af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -11,6 +11,7 @@
pytest: helps you write better programs pytest: helps you write better programs
======================================= =======================================
.. module:: pytest
The ``pytest`` framework makes it easy to write small tests, yet The ``pytest`` framework makes it easy to write small tests, yet
scales to support complex functional testing for applications and libraries. scales to support complex functional testing for applications and libraries.

View File

@ -3,8 +3,6 @@
API Reference API Reference
============= =============
.. module:: pytest
This page contains the full reference to pytest's API. This page contains the full reference to pytest's API.
.. contents:: .. contents::