/testregex

Minimal project to reproduce false positive about assertRegex

Primary LanguagePython

It shows that when using a Python 3.x venv, pylint complains about assertRegex that was deprecated in Python 2.x, but not in 3.x.