You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bazarr/tests/bazarr/test_subtitles_pool.py

11 lines
202 B

from bazarr.subtitles import pool
def test_init_pool():
assert pool._init_pool("movie")
def test_pool_update():
pool_ = pool._init_pool("movie")
assert pool._pool_update(pool_, "movie")