mozilla / bleach

Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes
https://bleach.readthedocs.io/en/latest/
Other
2.65k stars 251 forks source link

fix tests #690

Closed willkg closed 1 year ago

willkg commented 1 year ago

Fix vendorverify tox environment.

I did a pass on cleaning up tests:

  1. switching to f-strings for interpolation
  2. making parametrized tests easier to read