From 757086fcf8a19110686a4e41c7832227a61a4472 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 3 Mar 2016 20:01:03 -0800 Subject: [PATCH] Update README.rst --- README.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 97ef293..de74863 100644 --- a/README.rst +++ b/README.rst @@ -160,17 +160,13 @@ How do I run the tests? to facilitate testing. .. code-block:: bash - $ pip3 install pytest - # The pip release for VCR.py is out-of-date + $ # The pip release for VCR.py is out-of-date $ pip3 install git+https://github.com/kevin1024/vcrpy.git - - .. code-block:: bash - $ cd ~/rtv_project $ # Run the full suite $ PYTHONPATH=. py.test - $ # or run a single test + $ # or a single test $ PYTHONPATH=. py.test tests/test_config.py::test_copy_default_config VCR.py will record HTTP requests made during the test run and store