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
56fa916e
Commit
56fa916e
authored
Dec 10, 2023
by
BO ZHANG
🏀
Browse files
tweaks
parent
265b525e
Changes
2
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
56fa916e
MIT License
MIT License
Copyright (c) 2022 CSST
-L1
Copyright (c) 2022 CSST
Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
of this software and associated documentation files (the "Software"), to deal
...
...
Makefile
0 → 100644
View file @
56fa916e
export
PKG
=
csst_common
clean
:
rm
-rf
build dist
$(PKG)
.egg-info
rm
-rf
.coverage .pytest_cache
install
:
clean
pip
install
.
rm
-rf
build dist
$(PKG)
.egg-info
uninstall
:
pip uninstall
$(PKG)
-y
test
:
coverage run
-m
pytest
.
--import-mode
=
importlib
--cov-report
=
html
--cov-report
=
term-missing
coverage report
-m
rm
-rf
.coverage .pytest_cache
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