pytube / tests /test_cipher.py
nficano's picture
tests + hotfix
f7e59f8
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')