最も簡単な方法: import unittest
from element import Element
class TestHTMLGen(unittest.TestCase):
def test_Element(self):
page = Element("html", el_id=False)
self.assertEqual(page, Eleme
誰かがこのエラーメッセージで私を助けてもらえを満たすバージョンが見つかりませんでした。 $ pip install unittest
Collecting unittest
Could not find a version that satisfies the requirement unittest (from versions:)
No matching distributio
Pythonからpytestユニットテストを実行し、pytestフィクスチャを動的に登録する方法を探しています。 Pytestのドキュメントで説明したように、プログラムを使ってテストを実行するときtheir behaviour can be altered with a custom plugin。私は次のセットアップ validation.py(実行するテストが含まれています)で起動される de