2017-02-02 04:47:22 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
2017-01-09 04:40:39 +00:00
|
|
|
|
2017-04-15 00:47:59 +00:00
|
|
|
def test_refresh_section(tvshows):
|
|
|
|
tvshows.refresh()
|
2017-01-09 04:40:39 +00:00
|
|
|
|
2017-04-15 00:47:59 +00:00
|
|
|
|
|
|
|
def test_refresh_video(movie):
|
|
|
|
movie.refresh()
|