Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
1 year ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
tweaks
parent
16cecad4
dev
main
No related merge requests found
Pipeline
#2164
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_status.py
+1
-1
tests/test_status.py
with
1 addition
and
1 deletion
+1
-1
tests/test_status.py
+
1
-
1
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
)
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets