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-dfs
csst-dfs-api-local
Commits
1773491b
Commit
1773491b
authored
Feb 24, 2021
by
Wei Shoulin
Browse files
rename and api defined
parent
d5fcbad0
Changes
42
Hide whitespace changes
Inline
Side-by-side
tests/test_common_db.py
View file @
1773491b
import
unittest
from
csst
.
dfs
.
api
.
local.common.db
import
DBClient
from
csst
_
dfs
_
api
_
local.common.db
import
DBClient
class
DBClientTestCase
(
unittest
.
TestCase
):
def
setUp
(
self
):
...
...
tests/test_ifs_fits.py
0 → 100644
View file @
1773491b
import
unittest
from
csst_dfs_api_local.ifs
import
FitsApi
class
IFSFitsTestCase
(
unittest
.
TestCase
):
def
setUp
(
self
):
self
.
api
=
FitsApi
()
def
test_find
(
self
):
files
=
self
.
api
.
find
()
print
(
"find "
,
files
)
\ No newline at end of file
Prev
1
2
3
Next
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