Skip to content

Commit 50de26f

Browse files
Jingjing TangJingjing Tang
authored andcommitted
update comments for TODOs
1 parent b1f4790 commit 50de26f

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

google_health/tests/test_pull_api.py

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
class TestGoogleHealthTrends:
1616
def test_class_state(self):
1717

18-
# TODO
19-
# Issue #444 in covidcast-indicators repo
18+
# TODO (#474 in covidcast-indicators repo)
2019
assert True
2120

2221
# params = read_params()
@@ -38,8 +37,7 @@ def test_class_state(self):
3837

3938
def test_class_dma(self):
4039

41-
# TODO
42-
# Issue #444 in covidcast-indicators repo
40+
# TODO (#474 in covidcast-indicators repo)
4341
assert True
4442

4543
# params = read_params()
@@ -62,8 +60,7 @@ def test_class_dma(self):
6260
class TestingPullCounts:
6361
def test_get_state_counts(self):
6462

65-
# TODO
66-
# Issue #444 in covidcast-indicators repo
63+
# TODO (#474 in covidcast-indicators repo)
6764
assert True
6865

6966
# params = read_params()
@@ -84,8 +81,7 @@ def test_get_state_counts(self):
8481

8582
def test_get_state_counts(self):
8683

87-
# TODO
88-
# Issue #444 in covidcast-indicators repo
84+
# TODO (#474 in covidcast-indicators repo)
8985
assert True
9086

9187
# params = read_params()
@@ -106,8 +102,7 @@ def test_get_state_counts(self):
106102
class TestGrabAPI:
107103
def test_api_grab(self):
108104

109-
# TODO
110-
# Issue #444 in covidcast-indicators repo
105+
# TODO (#474 in covidcast-indicators repo)
111106
assert True
112107

113108
# # Use a temporary cache directory to force pulling from the API

0 commit comments

Comments
 (0)