Python: Use standard naming scheme for taint flow tests

We got into problems since using `string.py` would shadow the string module from
the standard library. By some reason I adopted a pattern of `_` as suffix, but
let us just use the standard pattern of `test_` prefix like a normal testing
framework like pytest does.
This commit is contained in:
Rasmus Wriedt Larsen
2020-08-28 11:22:42 +02:00
parent f12d29de07
commit 7213da195c
7 changed files with 0 additions and 0 deletions