1. test记得加assert。 1. module如无必要的话最好不要分太多文件夹,直接用.py文件就好 1. import的时候避免relative import,尽量用absolute import 祝好运!