mirror of
https://github.com/RedDeadDepresso/KKAFIO.git
synced 2025-12-22 17:30:01 +00:00
feat: support male chara
This commit is contained in:
5
test.py
5
test.py
@@ -34,6 +34,7 @@ paths_to_check = [
|
||||
GAMEPATH / "UserData",
|
||||
GAMEPATH / "BepInEx",
|
||||
GAMEPATH / "mods",
|
||||
GAMEPATH / "UserData" / "chara" / "male",
|
||||
GAMEPATH / "UserData" / "chara" / "female",
|
||||
GAMEPATH / "UserData" / "coordinate",
|
||||
GAMEPATH / "UserData" / "Overlays"
|
||||
@@ -192,8 +193,8 @@ def test_remove():
|
||||
|
||||
def main():
|
||||
"""Main function to run all tests."""
|
||||
kk_cards = download('https://db.bepis.moe/koikatsu?type=base')
|
||||
kks_cards = download('https://db.bepis.moe/koikatsu?type=sunshine')
|
||||
kk_cards = download('https://db.bepis.moe/koikatsu?type=steam&orderby=popularity')
|
||||
kks_cards = download('https://db.bepis.moe/koikatsu?type=sunshine&orderby=popularity')
|
||||
|
||||
if kk_cards and kks_cards:
|
||||
test_fckss(kk_cards, kks_cards)
|
||||
|
||||
Reference in New Issue
Block a user