We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd99c0 commit 89a7e38Copy full SHA for 89a7e38
1 file changed
tests/test_jmcomic/test_jm_custom.py
@@ -36,6 +36,8 @@ def pname(self):
36
os.path.abspath(save_dir),
37
os.path.abspath(base_dir + dic[1] + '/' + dic[2]),
38
)
39
+ JmModuleConfig.CLASS_ALBUM = JmAlbumDetail
40
+ JmModuleConfig.CLASS_PHOTO = JmPhotoDetail
41
42
def test_extends_api_client(self):
43
class MyClient(JmApiClient):
0 commit comments