Remove duplicate documentation for running tests
authorHarmon <Harmon758@gmail.com>
Wed, 20 Nov 2019 14:12:52 +0000 (08:12 -0600)
committerHarmon <Harmon758@gmail.com>
Wed, 20 Nov 2019 14:12:52 +0000 (08:12 -0600)
docs/running_tests.rst [deleted file]

diff --git a/docs/running_tests.rst b/docs/running_tests.rst
deleted file mode 100644 (file)
index 3131751..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-.. _running_tests:
-
-*************
-Running Tests
-*************
-
-These steps outline how to run tests for Tweepy:
-
-1. Download Tweepy's source code to a directory.
-
-2. Install from the downloaded source with the ``test`` extra, e.g.
-   ``pip install .[test]``. Optionally install the ``dev`` extra as well, for
-   ``tox`` and ``coverage``, e.g. ``pip install .[dev,test]``.
-
-3. Run ``python setup.py nosetests`` or simply ``nosetests`` in the source
-   directory. With the ``dev`` extra, coverage will be shown, and ``tox`` can
-   also be run to test different Python versions.
-
-To record new cassettes, the following environment variables can be used:
-
-``TWITTER_USERNAME``
-``CONSUMER_KEY``
-``CONSUMER_SECRET``
-``ACCESS_KEY``
-``ACCESS_SECRET``
-``USE_REPLAY``
-
-Simply set ``USE_REPLAY`` to ``False`` and provide the app and account
-credentials and username.