Commit 56fa916e authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 265b525e
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
......
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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment