Conversation
| @nox.session | ||
| @nox.parametrize('python_version', ['2.7', '3.4', '3.5', '3.6']) | ||
| def unit_tests(session, python_version): | ||
| def default(session): |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
b0d4747 to
f2c9bcc
Compare
| This is intended to be run **without** an interpreter set, so | ||
| that the current ``python`` (on the ``PATH``) or the version of | ||
| Python corresponding to the ``nox`` binary the ``PATH`` can | ||
| run the tests. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
bigquery_datatransfer/nox.py
Outdated
|
|
||
|
|
||
| @nox.session | ||
| def cover(session): |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
bigquery_datatransfer/nox.py
Outdated
|
|
||
| LOCAL_DEPS = ( | ||
| os.path.join('..', 'api_core'), | ||
| os.path.join('..', 'core'), |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
container/nox.py
Outdated
|
|
||
| LOCAL_DEPS = ( | ||
| os.path.join('..', 'api_core'), | ||
| os.path.join('..', 'core'), |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
dataproc/nox.py
Outdated
|
|
||
| LOCAL_DEPS = ( | ||
| os.path.join('..', 'api_core'), | ||
| os.path.join('..', 'core'), |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
bigquery_datatransfer/nox.py
Outdated
| session.install('coverage', 'pytest-cov') | ||
| session.run('coverage', 'report', '--show-missing', '--fail-under=70') | ||
| # uncomment when coverage is met | ||
| # session.run('coverage', 'report', '--show-missing', '--fail-under=100') |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
container/nox.py
Outdated
|
|
||
| This is intended to be run **without** an interpreter set, so | ||
| that the current ``python`` (on the ``PATH``) or the version of | ||
| Python corresponding to the ``nox`` binary the ``PATH`` can |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Manually changed. Where do I change the generator?
@dhermes @lukesneeringer