Migrate to assertEqual (#6741)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ class TestTwoBatchOverlap(unittest.TestCase):
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
print(f"{response.json()=}")
|
print(f"{response.json()=}")
|
||||||
self.assertEquals(response.json()["text"], "5, 1+5=6")
|
self.assertEqual(response.json()["text"], "5, 1+5=6")
|
||||||
|
|
||||||
def test_mmlu(self):
|
def test_mmlu(self):
|
||||||
args = SimpleNamespace(
|
args = SimpleNamespace(
|
||||||
|
|||||||
Reference in New Issue
Block a user