You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ To execute it::
35
35
36
36
$ pytest
37
37
======= test session starts ========
38
-
platform linux -- Python 3.4.3, pytest-2.8.5, py-1.4.31, pluggy-0.3.1
39
38
collected 1 items
40
39
41
40
test_sample.py F
@@ -52,7 +51,7 @@ To execute it::
52
51
======= 1 failed in 0.12 seconds ========
53
52
54
53
55
-
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.
54
+
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.
- `Modular fixtures <http://docs.pytest.org/en/latest/fixture.html>`_ for
66
+
- `Modular fixtures <http://docs.pytest.org/en/latest/fixture.html>`_ for
68
67
managing small or parametrized long-lived test resources;
69
68
70
69
- Can run `unittest <http://docs.pytest.org/en/latest/unittest.html>`_ (or trial),
0 commit comments