Skip to content

Commit eef84f2

Browse files
committed
updates readme
1 parent 0d466f5 commit eef84f2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Dump environment variables
4040
$ py.test --echo-env=HOME
4141
============================= test session starts =========================
4242
platform linux2 -- Python 2.7.4 -- py-1.4.22 -- pytest-2.6.0 -- /bin/python
43-
HOME: /home/sax
43+
Environment:
44+
HOME: /Users/sax
4445
plugins: echo, pydev, cov, cache, django
4546
4647
@@ -52,7 +53,8 @@ Dump package version
5253
$ py.test --echo-version=pytest_echo
5354
============================= test session starts =========================
5455
platform linux2 -- Python 2.7.4 -- py-1.4.22 -- pytest-2.6.0 -- /bin/python
55-
pytest_echo: 0.1
56+
Package version:
57+
pytest_echo: 0.1
5658
plugins: echo, pydev, cov, cache, django
5759
5860
.. warning:: The first attempt to retrieve the version is done via setuptools
@@ -69,7 +71,8 @@ Dump attributes
6971
$ py.test --echo-attr=django.conf.settings.DEBUG
7072
============================= test session starts =========================
7173
platform linux2 -- Python 2.7.4 -- py-1.4.22 -- pytest-2.6.0 -- /bin/python
72-
DEBUG: False
74+
Inspections
75+
django.conf.settings.DEBUG: False
7376
plugins: echo, pydev, cov, cache, django
7477
7578
.. warning:: Be careful when use ``--echo-attr``. It loads any module in the path and this will

0 commit comments

Comments
 (0)