Python: Add copy.replace test to list of runnable tests

This commit is contained in:
Taus
2024-10-15 18:17:00 +02:00
committed by GitHub
parent 28f8874243
commit 65dbc1de91

View File

@@ -302,6 +302,7 @@ test_named_tuple()
test_defaultdict("key", "key")
test_copy_1()
test_copy_2()
test_replace()
list_index_assign()
list_index_aug_assign()