Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Restructure the package#92

Merged
liyanhui1228 merged 4 commits intocensus-instrumentation:masterfrom
liyanhui1228:restructure
Dec 5, 2017
Merged

Restructure the package#92
liyanhui1228 merged 4 commits intocensus-instrumentation:masterfrom
liyanhui1228:restructure

Conversation

@liyanhui1228
Copy link
Copy Markdown
Contributor

For #54

@liyanhui1228 liyanhui1228 requested a review from duggelz December 5, 2017 01:49
Copy link
Copy Markdown

@duggelz duggelz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good with a couple minor comments.

Comment thread setup.py
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: 3.6',
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you accidentally replaced Python 3.5 here, instead of adding 3.6 on the line below.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, added back.

Comment thread nox.py Outdated


@nox.session
@nox.parametrize('python_version', ['2.7', '3.4', '3.5', '3.6'])
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The google-cloud-python packages did 'python_version' -> 'py', 'system_tests' -> 'system', 'unit_tests' -> 'unit'. Do you have any opinion on doing the same here? I think I'm fine with either.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed.

Comment thread nox.py Outdated
# Run py.test against the system tests.
session.run(
'py.test',
'-vvv',
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this deliberately verbose, or a debugging line left in by accident?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's verbose to better see what happens in the system tests, but we can remove it for now.

@liyanhui1228 liyanhui1228 merged commit 811d190 into census-instrumentation:master Dec 5, 2017
@liyanhui1228 liyanhui1228 deleted the restructure branch December 5, 2017 09:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants