Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
21e48872
Commit
21e48872
authored
Aug 10, 2023
by
BO ZHANG
🏀
Browse files
remove DFS availability test
parent
bbb326da
Pipeline
#892
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_data_manager.py
View file @
21e48872
...
...
@@ -45,5 +45,6 @@ class TestCsstMsDataManager(unittest.TestCase):
self
.
assertTrue
(
isinstance
(
self
.
dm_sls
.
l1_detector
(
1
,
post
=
"flt.fits"
),
str
))
self
.
assertTrue
(
isinstance
(
self
.
dm_sls
.
l1_file
(
name
=
"some_file.ext"
,
comment
=
"a demo file"
),
str
))
def
test_dfs_is_available
(
self
):
self
.
assertTrue
(
self
.
dm_mbi
.
dfs_is_available
())
# DFS is not always available
# def test_dfs_is_available(self):
# self.assertTrue(self.dm_mbi.dfs_is_available())
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment