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
48a6a75aee2da1857730f803834a5d81023028ae
48a6a75aee2da1857730f803834a5d81023028ae
Switch branch/tag
csst_common
tests
test_params.py
Find file
Normal view
History
Permalink
test_params.py
112 Bytes
Newer
Older
added tests in data manager class
BO ZHANG
committed
Aug 29, 2022
1
2
3
4
5
6
import
unittest
class
TestParams
(
unittest
.
TestCase
):
def
test_params
(
self
):
self
.
assertTrue
(
True
)