Closed6

pytest-describe を使っていると VSCode の テスト機能で 「Pytest Discovery Error : Error discovering pytest」になる

ta14-uta14-u

これだと Pytest Discovery Error : Error discovering pytest が発生して検出できない

def describe_hello():
    def test_should_return_hello():
        assert hello() == "hello"

ta14-uta14-u

テストの実行は CLI でも困らないから一旦 CLI 運用する方針にしようかな

このスクラップは2023/06/02にクローズされました