torproject / stem

Python controller library for Tor
https://stem.torproject.org/
GNU Lesser General Public License v3.0
273 stars 76 forks source link

fix: replace assertRaisesRegexp with assertRaisesRegex #155

Closed trishtzy closed 4 months ago

trishtzy commented 4 months ago

This replaces the deprecated (in python 3) unittest.TestCase method assertRaisesRegexp(), with assertRaisesRegex().

atagar commented 4 months ago

Thank you! This looks great. Merged.