@@ -12,7 +12,7 @@ performance overhead - but it's not a problem (yet).
1212Snakebite by default uses `nose <https://nose.readthedocs.org/en/latest/ >`_
1313and `tox <https://tox.readthedocs.org/en/latest/ >`_ for testing. Tests
1414are integrated with `setup.py `, so to start tests one can simply:
15- ``$ python setup.py test ``
15+ ``$ python setup.py test ``
1616
1717Because we require minicluster to fully test snakebite,
1818java needs to be present on the system.
@@ -39,7 +39,7 @@ We bootstrap environment with ``pip install -r requirements-dev.txt`` (deps sect
3939And then we setup environment via ``/scripts/ci/setup_env.sh `` script.
4040``setup_env.sh `` script downloads hadoop distribution tar, and extracts it.
4141Help for ``setup_env.sh ``::
42- Setup environment for snakebite tests
42+ Setup environment for snakebite tests
4343
4444 options:
4545 -h, --help show brief help
@@ -80,12 +80,12 @@ fresh and isolated test environments using Docker.
8080Currently we use base testing image ``ravwojdyla/snakebite_test:base ``,
8181it was created using ``/scripts/build-base-test-docker.sh `` and
8282``/scripts/Dockerfile ``. Base test image is a Ubuntu Trusty with:
83- * oracle java 7
84- * python 2.6
85- * python 2.7
86- * pip
87- * CDH distribution
88- * HDP distribution
83+ * oracle java 7
84+ * python 2.6
85+ * python 2.7
86+ * pip
87+ * CDH distribution
88+ * HDP distribution
8989
9090Base docker image doesn't change, to create new test image with
9191current working tree, based on ``ravwojdyla/snakebite_test:base ``:
@@ -95,10 +95,10 @@ current working tree, based on ``ravwojdyla/snakebite_test:base``:
9595Fig will create new image based on ``ravwojdyla/snakebite_test:base ``,
9696with current working tree, that can be used for tests.
9797Fig currently specifies 4 tests:
98- * ``testPy26cdh ``: python 2.6 + CDH
99- * ``testPy26hdp ``: python 2.6 + HDP
100- * ``testPy27cdh ``: python 2.7 + CDH
101- * ``testPy27hdp ``: python 2.7 + HDP
98+ * ``testPy26cdh ``: python 2.6 + CDH
99+ * ``testPy26hdp ``: python 2.6 + HDP
100+ * ``testPy27cdh ``: python 2.7 + CDH
101+ * ``testPy27hdp ``: python 2.7 + HDP
102102
103103To run specific test (eg. testPy26cdh):
104104
0 commit comments