Merge pull request #309 from amygdalama/ah_dev_docs

fix codeblock formatting
This commit is contained in:
Jon Haddad
2014-12-27 17:13:04 -08:00

View File

@@ -30,15 +30,15 @@ Testing Locally
Before testing, you'll need to set an environment variable to the version of Cassandra that's being tested. The version cooresponds to the <Major><Minor> release, so for example if you're testing against Cassandra 2.1, you'd set the following:
.. code-block::bash
.. code-block:: bash
export CASSANDRA_VERSION=20
export CASSANDRA_VERSION=20
At the command line, execute:
.. code-block::bash
.. code-block:: bash
bin/test.py
bin/test.py
This is a wrapper for nose that also sets up the database connection.