Skip to content

Commit 6cb607e

Browse files
authored
Merge pull request github#17779 from github/tausbn/python-run-replace-test
Python: Add `copy.replace` test to list of runnable tests
2 parents 79c3728 + 65dbc1d commit 6cb607e

File tree

1 file changed

+1
-0
lines changed
  • python/ql/test/library-tests/dataflow/tainttracking/defaultAdditionalTaintStep

1 file changed

+1
-0
lines changed

python/ql/test/library-tests/dataflow/tainttracking/defaultAdditionalTaintStep/test_collections.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ def set_add():
302302
test_defaultdict("key", "key")
303303
test_copy_1()
304304
test_copy_2()
305+
test_replace()
305306

306307
list_index_assign()
307308
list_index_aug_assign()

0 commit comments

Comments
 (0)