@@ -135,7 +135,7 @@ project's directory::
135
135
flake8 && ant checkstyle
136
136
137
137
Contributing tests for checking Standard Library (STDLIB) Modules
138
- -----------------------------
138
+ -----------------------------------------------------------------
139
139
- The purpose of these tests is to ensure that the packages from the
140
140
Python standard library are working within voc.
141
141
- 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
144
144
- ``python tools/compile_stdlib.py java --collect-status && python tools/build_stdlib_report.py --html ``
145
145
- Check out the resultant ``voc/report.html `` file
146
146
How to create a new test
147
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
148
148
- Create a new python file in a work directory with the name.
149
149
``test_YourTestName ``. This test name must match the name of
150
150
the STDLIB you are testing. You will later move it to the
@@ -157,7 +157,7 @@ How to create a new test
157
157
``java -cp /YourPath/voc/dist/python-java-support.jar:/YourPath/ python.test_YourTestName ``
158
158
- If satisfied, move the test file to the voc/stdlib_tests directory.
159
159
Test Guidelines
160
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
160
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
161
161
- Try to avoid using other libraries.
162
162
- If using other libraries, be careful as they may not be implemented
163
163
yet and this will cause further yak shaving.
0 commit comments