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
cad9fd06
Commit
cad9fd06
authored
Dec 10, 2023
by
BO ZHANG
🏀
Browse files
tweaks
parent
16cecad4
Pipeline
#2164
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_status.py
View file @
cad9fd06
...
...
@@ -2,7 +2,7 @@ import unittest
from
csst_common.status
import
CsstStatus
class
Test
Param
s
(
unittest
.
TestCase
):
class
Test
CsstStatu
s
(
unittest
.
TestCase
):
def
test_params
(
self
):
self
.
assertTrue
(
CsstStatus
(
0
)
==
CsstStatus
.
PERFECT
)
self
.
assertTrue
(
CsstStatus
(
1
)
==
CsstStatus
.
WARNING
)
...
...
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