def test_bytes_b(self): self.assertEqual(force_bytes(b"foo"), b"foo")
def test_bytes_str(self): self.assertEqual(force_bytes("foo"), b"foo")