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-dfs
csst-dfs-client
Commits
8c59d3f9
Commit
8c59d3f9
authored
4 months ago
by
Wei Shoulin
Browse files
Options
Download
Email Patches
Plain Diff
find condition add
parent
8e2fe9fa
main
No related merge requests found
Pipeline
#8008
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_level0.py
+1
-2
tests/test_level0.py
with
1 addition
and
2 deletions
+1
-2
tests/test_level0.py
+
1
-
2
View file @
8c59d3f9
...
...
@@ -9,8 +9,7 @@ class Level0TestCase(unittest.TestCase):
def
test_find
(
self
):
start_time
=
time
.
time
()
result
=
level0
.
find
(
obs_id
=
"10609400034529"
,
create_time
=
(
"2021-08-30 00:00:00"
,
"2024-12-30 23:59:59"
))
result
=
level0
.
find
(
module_id
=
'MSC'
,
dataset
=
"msc-v093"
)
print
(
f
"1操作执行时间:
{
time
.
time
()
-
start_time
}
秒"
)
start_time
=
time
.
time
()
result
=
level0
.
find
(
module_id
=
'MSC'
,
...
...
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