Skip to content

Commit

Permalink
ci: bunch of testing cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Dec 5, 2022
1 parent e4fca0d commit e890c47
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/jigoku_pages_older.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: bulk multiple older pages
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Python 3
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python setup.py install
- name: Jigoku test
run: |
printf "test/example_pages_but_older\n2\n2\n" | jigoku
15 changes: 15 additions & 0 deletions test/example_pages_but_older.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
https://safebooru.org/index.php?page=post&s=list&tags=jeanne_alter+&pid=1160
https://gelbooru.com/index.php?page=post&s=list&tags=unohana_retsu+&pid=378
https://danbooru.donmai.us/posts?page=50&tags=jeanne_d%27arc_alter_%28fate%29+
https://rule34.xxx/index.php?page=post&s=list&tags=unohana_retsu+&pid=798
https://tbib.org/index.php?page=post&s=list&tags=jeanne_d%27arc_%28fate%29_%28all%29+&pid=1008
https://xbooru.com/index.php?page=post&s=list&tags=erza_scarlet+&pid=588
https://realbooru.com/index.php?page=post&s=list&tags=milf&pid=1218
https://yande.re/post?page=7&tags=matoi_ryuuko
https://lolibooru.moe/post?tags=leonardo_da_vinci_%28fate%2Fgrand_order%29&page=15
https://konachan.com/post?page=8&tags=matoi_ryuuko
https://konachan.net/post?page=4&tags=kiryuin_satsuki
https://hypnohub.net/index.php?page=post&s=list&tags=milf+&pid=588
https://e621.net/posts?page=50&tags=bestiality+
https://booru.allthefallen.moe/posts?page=50&tags=pregnant+
https://rule34.paheal.net/post/list/Erza_Scarlet/15

0 comments on commit e890c47

Please sign in to comment.