備忘。
テスト書いてPush後にCircle-ciから言われたのが上のエラー。
/project/
└-foo/
├ test.py
└-test/
test_views.py
test_models.py
こうしてた。もともとあったtest.pyを放置したままtestディレクトリを掘ったのが敗因。
ずぼらは良くないというのが本日の教訓です。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
備忘。
テスト書いてPush後にCircle-ciから言われたのが上のエラー。
/project/
└-foo/
├ test.py
└-test/
test_views.py
test_models.py
こうしてた。もともとあったtest.pyを放置したままtestディレクトリを掘ったのが敗因。
ずぼらは良くないというのが本日の教訓です。
Register as a new user and use Qiita more conveniently
Go to list of users who liked