-
Notifications
You must be signed in to change notification settings - Fork 580
Pytest refactor #37
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
Pytest refactor #37
Conversation
Refactoring 2-structured-data tests to use py.test
Refactoring 3-binary-data tests to use py.test
Also: * Fixing bug in model_cloudsql.from_sql that caused None to be cast to literal string 'None'. * Fixing bug where flaky_filter wasn't working as expected.
Refactoring step 4 to use py.test
Updating 5-logging to use py.test
Updating 6-pubsub to use py.test
…remainder Copying 6-pubsub tests into remaining steps
Use nox as the top-level test runner, use gcprepotools for req sessions
Deflaking tests by refactoring the model fixture.
Adding a global nox lint session.
…essions Adding nox sessions to run tests on jenkins and travis
4-auth/bookshelf/model_cloudsql.py
Outdated
|
|
||
|
|
||
| def create(data): | ||
| print(data) |
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.
intentional debug statements or accidental commit?
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.
Yeah, I'll fix.
|
lgtm if you want to merge, but I need some help getting the tests working locally. I think we should at least create an issue to document running the tests better. |
|
@waprin definitely want to make sure you can run locally first. We can chat after Next on getting that setup. |
@waprin this is the culmination of all the reviews you've been doing. This is the final merge into master.