Skip to content

Commit a89888a

Browse files
author
Jon Wayne Parrott
committed
Fixing tests
1 parent 00d75ca commit a89888a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bigquery/tests/appengine/test_appengine_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
RESOURCE_PATH = os.path.join(
30-
os.path.abspath(os.path.dirname(__file__)), 'resources')
30+
os.path.abspath(os.path.dirname(__file__)), '..', 'resources')
3131

3232

3333
class TestAuthSample(tests.DatastoreTestbedCase, tests.CloudBaseTest):

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ commands =
4545
appengine \
4646
datastore/ndb \
4747
localtesting \
48-
bigquery/tests/test_appengine_auth.py \
48+
bigquery/tests/appengine \
4949
{[testenv]coverargs} \
5050
{posargs}
5151
setenv =

0 commit comments

Comments
 (0)