Skip to content

Commit 672b357

Browse files
max-sixtytswast
authored andcommitted
TST: use pytest idioms (#139)
* remove _setup_common * gitignore additions * !fix _setup_common * lint * project as a fixture * lint * gitignore additions * change setup_method to autouse fixture * mock breaking on Py3 * remove some empty methods * Revert "gitignore additions" This reverts commit 5abd4ec. * skip implicitly with no project id when required * integrate the integration tests * typo * connector fixture * param another test * All-but-eliminated auth-specific tests * put teardown code in the fixture * scope=function * and in travis * Only run one auth type in Travis
1 parent 1674760 commit 672b357

File tree

3 files changed

+198
-423
lines changed

3 files changed

+198
-423
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gi#########################################
1+
#########################################
22
# Editor temporary/working/backup files #
33
.#*
44
*\#*\#
@@ -19,6 +19,8 @@ gi#########################################
1919
.noseids
2020
.ipynb_checkpoints
2121
.tags
22+
.pytest_cache
23+
.testmondata
2224

2325
# Docs #
2426
########

ci/requirements-3.5-0.18.1.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-auth==1.0.0
1+
google-auth==1.0.2
22
google-auth-oauthlib==0.0.1
33
mock
44
google-cloud-bigquery==0.29.0

0 commit comments

Comments
 (0)