diff --git a/src/postorius/doc/development.rst b/src/postorius/doc/development.rst index f32c2ea..90adedc 100644 --- a/src/postorius/doc/development.rst +++ b/src/postorius/doc/development.rst @@ -85,15 +85,15 @@ Postorius source. Make sure, you use a fresh mailman.db file. Once the core is running, you can record the new cassette file defined -in your test case like by running tox with the `rerecord` test env: +in your test case like by running tox with the `record` test env: :: # This will only record the cassette files defined in my_new_test_module: - $ tox -e rerecord -- postorius.tests.my_new_test_module + $ tox -e record -- postorius.tests.my_new_test_module # This will re-record all cassette files: - $ tox -e rerecord + $ tox -e record View Auth diff --git a/tox.ini b/tox.ini index 4a56aa4..cf34015 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ {[base]deps} Django==1.7 -[testenv:rerecord] +[testenv:record] basepython = python2.7 deps = {[base]deps}