0
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の学習記録

Posted at

PythonでWEBアプリを作りたいと考え、勉強したことを記載していく。

1.環境

Visual Studio 2019を使用する。

1-1.pytestの環境構築

テストコードを書いていこうと考え、pytestを勉することにしたが、最初にはまったことを記載する。

1-1-1.プロジェクトのテストフレームワークを設定。

ソリューションエクスプローラで、プロジェクトを選択し、右クリック。
[テスト]タブで、テストフレームワークから[pytest]を選択する。

1-1-2.pytestのインストール

なぜかテストメソッドを作成しても、認識しないと困っていたが、pytestのインストールが必要だった。

0
1
1

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
0
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?