Skip to content

Commit 1fe0040

Browse files
committed
Python: Don't use six in urllib.parse string related tests
Since this test inheriently has `--max-import-depth=1`, by using six, we would never look at the actual source-code of urllib.parse/urlparse and therefore the test would never show if we understood the library code good enough that we could propagate taint out-of-the-box. All tests moved by one line... that is why the diff is so big
1 parent 94ae2fe commit 1fe0040

File tree

3 files changed

+113
-109
lines changed

3 files changed

+113
-109
lines changed

0 commit comments

Comments
 (0)