Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Update CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGDialpad committed Jun 25, 2019
1 parent 6bebfe8 commit 666d9db
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ overview of how we've set this project up.
Testing
-------

Tests are run with `nox`_. See ``noxfile.py`` for the scaffolding and the
``tests/unit`` and ``tests/integration`` folders for the actual test code.
Tests are run with `nox`_. See each project's ``noxfile.py`` for the scaffolding
and the ``tests/unit`` and ``tests/integration`` folders for the actual test
code.

You can get nox with ``pip install nox`` and run the project's tests with
``nox``.
You can get nox with ``pip install nox`` and run a specific project's tests with
``nox -f <project-folder>/noxfile.py``.

Some project are still part of the ``gcloud-rest`` package. We are working on
separating them but for now, run those projects' test together by running
``nox``. The test scaffolding is in the root ``noxfile.py``.

Local Development
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 666d9db

Please sign in to comment.