File size: 217 Bytes
f7e59f8
 
 
 
 
 
 
 
 
82321d6
1
2
3
4
5
6
7
8
9
10
11
# -*- 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")