Skip to content

Commit

Permalink
- more information about running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Nov 9, 2020
1 parent 0ad7eb4 commit 3c1a255
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/developer/guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,16 @@ Here's how you can make it easy to accept your contribution:
- If your code is fixing a bug it should have unit tests that exercise the
bug and pass with your fix.

- Make sure all unit and functional tests pass before creating a pull request.
Most repositories will have a ``tox.ini`` configuration file and you can run
all tests at once using ``tox``.

- "vendoring in" of third-party code is not allowed unless all contributors to
that code have also signed a contributor agreement.

Please wait for approval from at least one other contributor before merging
your code, which you can do yourself.


.. _coding-standards:

Expand Down

0 comments on commit 3c1a255

Please sign in to comment.