Skip to content
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

BQ: Make snippets.py run as system tests. #4188

Merged
merged 2 commits into from
Oct 16, 2017

Commits on Oct 16, 2017

  1. BQ: Make snippets.py run as system tests.

    Converts snippet function names to pytest conventions (shouldn't affect
    the docs, as the docs use region tags to grab sub-sections to include.
    
    I had to make some minor changes to ensure that the samples work on both
    Python 2 and Python 3, which is why I didn't try to bulk update the
    snippets for all the other products.
    tswast committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    1002c2e View commit details
    Browse the repository at this point in the history
  2. BigQuery: Use in-place development install for system and snippet tests.

    This will allow the use of the `-r` parameter for nox to work properly.
    tswast committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    397cf62 View commit details
    Browse the repository at this point in the history