Skip to content

Commit

Permalink
Update contribute.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-boris authored and patiences committed Jun 14, 2018
1 parent 82580cb commit e98596f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/how-to/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ project's directory::

flake8 && ant checkstyle

Contributing tests for checking STD Library Modules
Contributing tests for checking STD Lib Modules
-----------------------------------
- The purpose of these tests is to ensure that the packages from the
Python standard library are working within voc.
Expand All @@ -146,7 +146,9 @@ Contributing tests for checking STD Library Modules
How to create a new test
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Create a new python file in a work directory with the name.
``test_YourTestName``. This test name must match the name of the STD library you are testing. You will later move it to the voc/stdlib_tests directory.
``test_YourTestName``. This test name must match the name of the STD
lib you are testing. You will later move it to the voc/stdlib_tests
directory.
- Import the desired library that needs a test.
- Try to instantiate the object and call multiple methods for it.
- Make sure you have followed the guide at :doc:`/background/install`
Expand Down

0 comments on commit e98596f

Please sign in to comment.