Skip to content

Commit

Permalink
remove TODO's to be continued in astropy#2255
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrss authored and mhsarmiento committed May 24, 2022
1 parent 2b7c088 commit 7c751e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions astroquery/heasarc/tests/parametrization.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def filename_for_request(url, params, output=False):
return data_path(fileid, output=output)


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

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

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

0 comments on commit 7c751e1

Please sign in to comment.