Open jayvdb opened 9 years ago
The only failure in vcrpy is https://github.com/kevin1024/vcrpy/blob/master/tests/unit/test_filters.py#L202
assert request.body == b'{}'
I believe unassigned strings (except docstrings of course) not used in .format
calls can be skipped safely as they will not end up in a .format
call.
Two cases in TACTIC
If a whitelist is added, many string methods such as
str.strip
are known to be safe.