@@ -400,21 +400,8 @@ def test_observations_download_file(self, tmp_path):
400
400
# should download to current working directory
401
401
result = mast .Observations .download_file (uri )
402
402
assert result == ('COMPLETE' , None , None )
403
- < << << << HEAD
404
- < << << << HEAD
405
- == == == =
406
403
assert os .path .exists (Path (os .getcwd (), filename ))
407
- << << << < HEAD
408
- < << << << HEAD
409
- == == == =
410
404
Path .unlink (filename ) # clean up file
411
- >> >> >> > a8615f1f (space before comment )
412
- == == == =
413
- assert os .path .exists (Path (os .getcwd (), filename ))
414
- >> >> >> > 8033190 f (update changes file , add to test case )
415
- == == == =
416
- Path .unlink (filename ) # clean up file
417
- >> >> >> > 4013186 e (clean up file from tests , make logic simpler in download_file )
418
405
419
406
# download with directory as local_path parameter
420
407
local_path = Path (tmp_path , filename )
@@ -427,11 +414,6 @@ def test_observations_download_file(self, tmp_path):
427
414
result = mast .Observations .download_file (uri , local_path = local_path_file )
428
415
assert result == ('COMPLETE' , None , None )
429
416
assert os .path .exists (local_path_file )
430
- << << << < HEAD
431
- > >> >> >> 8447 eab8 (delete blank line for style )
432
- == == == =
433
-
434
- >> >> >> > 8033190 f (update changes file , add to test case )
435
417
436
418
@pytest .mark .parametrize ("test_data_uri, expected_cloud_uri" , [
437
419
("mast:HST/product/u24r0102t_c1f.fits" ,
0 commit comments