Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_ext(self):
"""Test ext from filename """
ext = puremagic.ext_from_filename("test.tar.bz2")
assert ext == ".tar.bz2", ext