Add note on how to run test_official to contrib guide (#1740)

This commit is contained in:
Bibo-Joshi 2020-01-29 21:43:57 +01:00 committed by GitHub
parent d96d233dc5
commit 408062dd43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,6 +113,14 @@ Here's how to make a one-off code change.
$ pytest -v
To run ``test_official`` (particularly useful if you made API changes), run
.. code-block::
$ export TEST_OFFICIAL=True
prior to running the tests.
- To actually make the commit (this will trigger tests for yapf, lint and pep8 automatically):
.. code-block:: bash