def test_get_file_sha1(): with pytest.raises(TypeError): Checksum._get_file_sha1(None). 上面的測試程式預期_get_file_sha1(None) 會丟出 ...
確定! 回上一頁