[tests] rename test_config_object to test_ds_config_object (#31403)

fix name
This commit is contained in:
Fanli Lin 2024-06-19 17:19:15 +08:00 committed by GitHub
parent 609e662243
commit 077c139f57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -891,7 +891,7 @@ class TrainerIntegrationDeepSpeed(TrainerIntegrationDeepSpeedWithCustomConfig, T
self.assertEqual(b, b1)
self.check_trainer_state_are_the_same(state, state1)
def test_config_object(self):
def test_ds_config_object(self):
# test that we can switch from zero2 to zero3 in the same process for example
# test is_zero, etc.
output_dir = self.get_auto_remove_tmp_dir()