Update 'CONTRIBUTING.md'

This commit is contained in:
Guille 2020-06-09 08:19:14 -04:00
parent 455d09f00e
commit b0cdef2ea2

View File

@ -46,9 +46,9 @@ if you need to broke the backward compatibility please ensure that you:.
..* Clearly indicate which features are affected by your changes.
..* Technical reasons for the changes.
* Tests should follow the
[testing best practices](CONTRIBUTING.md#testing_best_practices)
[testing best practices](CONTRIBUTING.md#user-content-testing-best-practices)
guide.
* [Document your contribution](CONTRIBUTING.md#documentation)
* [Document your contribution](CONTRIBUTING.md#user-content-documentation)
#### License
@ -76,7 +76,6 @@ pip install pylint
pylint --rcfile=pylintrc myfile.py
```
<a name="testing_best_practices"></a>
#### Testing best practices
Prior to any pull request is expected that the code is both, manualy and automatically tested, to ensure at least some quality minimum, there are a few practices for unittest that we believe are important, so we encorage you to follow it.