-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: copy all samples into samples/snippets #203
Conversation
4cfd63e
to
6f3f1f9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleting tests/__init__.py
breaks Python 2.7 unit tests.
session.run("py.test", os.path.join("docs", "snippets.py"), *session.posargs) | ||
session.run("py.test", "samples", "--ignore=samples/snippets", *session.posargs) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to drop the linting of docs/samples
below (Github isn't letting me leave the comment there).
Are we planning on continuing this PR? I notice that we just added a separate Kokoro config for the "snippets". |
I feel like if this task still needs to be done, it might be more efficient to make a new PR — @tswast and @busunkim96 what do you think? cc: @leahecole and @steffnay for context. |
Yes, we start fresh. I think we can consider this task to be part of #366. |
TODO: