mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-26 13:47:06 +08:00
add more tests
This commit is contained in:
@@ -38,3 +38,8 @@ fn check_user_or_not(obj: &JsonValue) -> bool {
|
||||
let r = UseOrNot::from_json(obj);
|
||||
r.is_ok()
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_get_settings_list() {
|
||||
get_settings_list();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user