QiiTime は Qiita/Qiitadon の同人サークル Qithub のコラボ作品です。詳細は https://qiitadon.com/@QiiTime/101306011841057999 へ。コラボ・メンバー募集中!  #2019_12 #2019_12_05 #2019_12_05_16

🆕 新着Qiita記事をお知らせします。​

​『ImportError: 'tests' module incorrectly imported from '/home/circleci/repo/project/foo/tests'. Expected '/home/circleci/repo/project/foo'. Is this module globally installed?』
https://qiita.com/hali/items/7da5dcd974533782fbd2 by @hali @​Qiita

#python_qiita #unittest_qiita #circleci_qiita

ImportError: 'tests' module incorrectly imported from '/home/circleci/repo/project/foo/tests'. Expected '/home/circleci/repo/project/foo'. Is this module globally installed? - Qiita

備忘。 テスト書いてPush後にCircle-ciから言われたのが上のエラー。 ``` /project/ └-foo/ ├ test.py └-test/ test_views.py t...