Skip to content

Commit b18aabd

Browse files
max-sixtytswast
authored andcommitted
TST: Unit test class incorrectly named (#125)
* Test incorrectly named * gitignore
1 parent 1155958 commit b18aabd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ docs/source/_build
2929
.coverage
3030
coverage.xml
3131
coverage_html_report
32+
.pytest_cache
3233

3334
# Compiled source #
3435
###################

pandas_gbq/tests/test_gbq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def test_should_be_able_to_get_results_from_query(self):
303303
assert pages is not None
304304

305305

306-
class GBQUnitTests(object):
306+
class TestGBQUnit(object):
307307

308308
def setup_method(self, method):
309309
_setup_common()

0 commit comments

Comments
 (0)