```python # pytest.ini または pyproject.toml で定義 # markers = # slow: 時間がかかるテスト # integration: 統合テスト @pytest.mark.slow def test_heavy_computation(): # 時間がかかる処理 pass @pytest.mark.integration def ...
プログラミングをしていると、「この時点での変数は、絶対にプラスの値になっているはず」「リストの中身は空ではないはず」といった、**「プログラムが正しく動いていれば、絶対に成り立つはずの前提」**というものが存在します。 この前提が崩れて ...
There are two test failures with Python 3.10. With Python 3.9 everything seems fine. Could you have a look? ===== FAILURES ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する