diff options
author | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-10-11 22:04:03 -0600 |
---|---|---|
committer | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-10-11 22:04:03 -0600 |
commit | 08ae7b8221fa322bc21dee1494174f56b67517ad (patch) | |
tree | 844ec179d58307dbc99650c6ae0a77e8040db7bb /tests | |
parent | 9a9ee70ffcfa1b695cea18a019f7d510c14e6b12 (diff) |
File restructure and bug fix.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic_tests.py | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/basic_tests.py b/tests/basic_tests.py deleted file mode 100644 index d7bf557..0000000 --- a/tests/basic_tests.py +++ /dev/null @@ -1,32 +0,0 @@ -# create_database() -# update_database() -# download_manga() - -# print(os.listdir()) - -# chapter_csv_to_df(chapter_csv='kimetsu_no_yaiba.csv') -# download_manga() - -# chapter_list = get_chapters_list() -# for chapter in chapter_list: -# print(chapter) - -# chapters_list_to_csv(chapters_list=chapter_list) - -# os.chdir('data/kimetsu_no_yaiba') -# for image in chapter_image_csv_to_list('chapter_1_cruelty.csv'): -# print(image) - -# chapters_list = chapters_csv_to_list(chapter_csv='kimetsu_no_yaiba.csv') - -# chapter_image_list_to_csv(chapters_list[0]) - - -# first_chapter_img_url_list = get_chapter_image_list(chapter_list[0]) - -# download_image(first_chapter_img_url_list[0]) - - -# os.chdir(MANGA_DIR) - -# download_chapter(first_chapter_img_url_list) |