From c501bd42230d25a08d7b5d22d6799b0c6162ca76 Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 17 Apr 2024 11:37:15 +0800 Subject: [PATCH] debug --- tests/test_earthshine.py | 2 +- tests/test_straylight.py | 2 +- tests/test_zodiacal.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_earthshine.py b/tests/test_earthshine.py index 8a5705e..7fd5e3c 100644 --- a/tests/test_earthshine.py +++ b/tests/test_earthshine.py @@ -53,6 +53,6 @@ class TestDemoFunction(unittest.TestCase): self.assertEqual( 1, 1, - "case 1: EXDF sim passes.", + "case 1: test_earthshine passes.", ) ############################################# diff --git a/tests/test_straylight.py b/tests/test_straylight.py index ce98abc..b5fc1ac 100644 --- a/tests/test_straylight.py +++ b/tests/test_straylight.py @@ -53,6 +53,6 @@ class TestDemoFunction(unittest.TestCase): self.assertEqual( 1, 1, - "case 1: EXDF sim passes.", + "case 1: test_straylight passes.", ) ############################################# diff --git a/tests/test_zodiacal.py b/tests/test_zodiacal.py index a4cef17..6bde2e3 100644 --- a/tests/test_zodiacal.py +++ b/tests/test_zodiacal.py @@ -46,6 +46,6 @@ class TestDemoFunction(unittest.TestCase): self.assertEqual( 1, 1, - "case 1: EXDF sim passes.", + "case 1: test_zodiacal passes.", ) ############################################# -- GitLab