Skip to content

Commit 9854329

Browse files
volodymyrssbsipocz
authored andcommitted
remove TODO's to be continued in astropy#2255
1 parent ef8d4bb commit 9854329

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: astroquery/heasarc/tests/parametrization.py

-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def filename_for_request(url, params, output=False):
4343
return data_path(fileid, output=output)
4444

4545

46-
# TODO: update get_mockreturn args in example in https://astroquery.readthedocs.io/en/latest/testing.html
4746
def get_mockreturn(session, method, url, params=None, timeout=10, **kwargs):
4847

4948
filename = filename_for_request(url, params)
@@ -70,7 +69,6 @@ def save_response_of_get(session, method, url, params=None, timeout=10, **kwargs
7069

7170
with open(filename, "wt") as f:
7271
log.info(f'saving output to {filename} for url="{url}" and params="{params}"')
73-
# TODO: add doc and a reference to it here
7472
log.warning(
7573
f"you may want to run `cp -fv {os.path.dirname(filename)}/* astroquery/heasarc/tests/data/; rm -rfv build`"
7674
"`git add astroquery/heasarc/tests/data/*`."

0 commit comments

Comments
 (0)