Skip to content

Commit

Permalink
TODOs for analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
LTDakin committed Aug 28, 2024
1 parent 9da8d40 commit 95ef178
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions datalab/datalab_session/tests/test_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,23 @@ class TestAnalysis(TestCase):
def setUp(self):
pass

def test_sample_analysis(self):
def test_get_tif(self):
# TODO use a test fits file to create a tif file

# TODO mock the get_s3_url call
# TODO mock the get_fits call
# TODO mock the add_file_to_bucket call

# TODO assert tif file exists
# TODO assert tif file exists pregenerated tif file
pass

def test_sample_analysis_with_mock(self):
def test_line_profile(self):
# TODO use a test fits file that doesn't have a WCS header

# TODO assert that we throw a WCS error if the header is invalid
pass

def test_sample_analysis_with_mock_and_exception(self):
def test_source_catalog(self):
# TODO use a test fits file
pass

0 comments on commit 95ef178

Please sign in to comment.