Skip to content

Commit

Permalink
Improve README.rst to include instructions on manual testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebarbaruiva authored and gotcha committed Jun 23, 2020
1 parent ef1bceb commit 5a263c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ Development

Pull requests should take care of updating the changelog ``HISTORY.txt``.

Manual testing
++++++++++++++

To test your changes, make use of ``manual_test.py``. Create a virtual environment,
install IPython and run ``python manual_test.py`` and check if your changes are in effect.
If possible, create automated tests for better behaviour control.

Third-party support
-------------------

Expand Down

0 comments on commit 5a263c7

Please sign in to comment.