pytube / tests /test_cipher.py
hbmartin's picture
black formatting for tests
82321d6
raw
history blame
217 Bytes
# -*- coding: utf-8 -*-
import pytest
from pytube import cipher
from pytube.exceptions import RegexMatchError
def test_map_functions():
with pytest.raises(RegexMatchError):
cipher.map_functions("asdf")