Commit ecf79c0f authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

download & write code style conformance test

parent 78164869
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ echo "===================== show package info ====================="
pip show $project

echo "===================== download code style tests ====================="
curl https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto/-/raw/main/pipelines/test_codestyle.py
curl -O https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto/-/raw/main/pipelines/test_codestyle.py
coverage run -m pytest

echo "===================== make coverage ====================="