Skip to content

Commit bd74dcf

Browse files
bio-borispatiences
authored andcommitted
Update contribute.rst
1 parent 2a100e8 commit bd74dcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/how-to/contribute.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ project's directory::
135135
flake8 && ant checkstyle
136136

137137
Contributing tests for checking Standard Library (STDLIB) Modules
138-
-----------------------------
138+
-----------------------------------------------------------------
139139
- The purpose of these tests is to ensure that the packages from the
140140
Python standard library are working within voc.
141141
- You can check out the status of tests, such as if they exist and if
@@ -144,7 +144,7 @@ Contributing tests for checking Standard Library (STDLIB) Modules
144144
- ``python tools/compile_stdlib.py java --collect-status && python tools/build_stdlib_report.py --html``
145145
- Check out the resultant ``voc/report.html`` file
146146
How to create a new test
147-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
148148
- Create a new python file in a work directory with the name.
149149
``test_YourTestName``. This test name must match the name of
150150
the STDLIB you are testing. You will later move it to the
@@ -157,7 +157,7 @@ How to create a new test
157157
``java -cp /YourPath/voc/dist/python-java-support.jar:/YourPath/ python.test_YourTestName``
158158
- If satisfied, move the test file to the voc/stdlib_tests directory.
159159
Test Guidelines
160-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
160+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
161161
- Try to avoid using other libraries.
162162
- If using other libraries, be careful as they may not be implemented
163163
yet and this will cause further yak shaving.

0 commit comments

Comments
 (0)