1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

PythonでWeb開発 with TDD 1

Posted at

Djangoの開発環境を準備と最初のテスト

準備したもの

前回の続き。"Test-Driven Development with Python"を参考にしながらDjangoでの開発をスタートします。
本書はテスト環境のブラウザとしてFirefoxを使うようなのでわざわざFirefoxインストールしました。

  1. Djangoのインストール
  2. Seleniumのインストール
  3. Firefoxブラウザのインストール
  4. geckodriverのインストール

Django

書籍ではv1.12を使っていますがv3.0.3を今回は使用します。

Selenium

書籍同様にv3(stable v3.141.0) を今回は使用します。

Done

  1. Djangoのインストール
  2. Seleniumのインストール
  3. Firefox用のドライバー(geckodriver)の準備
  4. プロジェクトディレクトリの作成
  5. 最初のテストの作成
  6. 最初のテストの失敗を確認
  7. DjangoでAPPのひな形を作成
  8. APPの起動を確認
  9. 最初のテストの成功を確認

振り返り

とりあえず開発するための足場を作った段階なのでまだ序の口

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?