summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2016-08-22 23:35:41 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2016-08-26 17:47:18 -0300
commit519f02b0149c3150c15bf240c09f362f5a391dd5 (patch)
treef07cc8c8f7fc817486dfe25f43b294ae4617b24c /README.rst
parentcb7c472e341bd423f6dad68db570af60676022b2 (diff)
downloadpytest-519f02b0149c3150c15bf240c09f362f5a391dd5.tar.gz
docs warnings as errors and initial page similar to README
* Changed "index" to be more similar to the README (#1708). * Fixes numerous issues like missing documents, syntax errors, etc (#1829, #432). * Mention all docs in "contents.rst" so it's easier for users to locate (#1112). * Add doc generation and checking to Travis and AppVeyor, to avoid re-introducing errors. Fixes #432, Fixes #1112, Fixes #1708, Fixes #1829
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 521961f66..6a5179ed5 100644
--- a/README.rst
+++ b/README.rst
@@ -35,7 +35,6 @@ To execute it::
$ pytest
======= test session starts ========
- platform linux -- Python 3.4.3, pytest-2.8.5, py-1.4.31, pluggy-0.3.1
collected 1 items
test_sample.py F
@@ -52,7 +51,7 @@ To execute it::
======= 1 failed in 0.12 seconds ========
-Due to ``py.test``'s detailed assertion introspection, only plain ``assert`` statements are used. See `getting-started <http://docs.pytest.org/en/latest/getting-started.html#our-first-test-run>`_ for more examples.
+Due to ``pytest``'s detailed assertion introspection, only plain ``assert`` statements are used. See `getting-started <http://docs.pytest.org/en/latest/getting-started.html#our-first-test-run>`_ for more examples.
Features
@@ -64,7 +63,7 @@ Features
<http://docs.pytest.org/en/latest/goodpractices.html#python-test-discovery>`_
of test modules and functions;
-- `Modular fixtures <http://docs.pytest.org/en/latest/fixture.html>`_ for
+- `Modular fixtures <http://docs.pytest.org/en/latest/fixture.html>`_ for
managing small or parametrized long-lived test resources;
- Can run `unittest <http://docs.pytest.org/en/latest/unittest.html>`_ (or trial),