assertIn (b"Login", res.data) def test_get_with_auth(self): res ... 是一個bytes 型別,所以我們前面用的 assertIn 也要跟著他用bytes 型別。
確定! 回上一頁