1
0
Commit Graph

9 Commits

Author SHA1 Message Date
a27ffe6ddb Move most of the client code into dedicated MyAnimeList client
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 38s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 33s
2025-05-06 00:47:30 +02:00
82cfd45878 style: Consistently use single quotes for string literals in code 2025-04-08 22:54:13 +02:00
f38923e8fb fix: Replace assert with ValueError for empty sample_filter check 2025-04-08 22:53:53 +02:00
28e3fd8658 Minimized tests
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 36s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 31s
2025-03-16 22:15:05 +01:00
949888697d fix: Update expected values in test cases for Soundscape entries 2025-03-16 22:12:08 +01:00
c702027a76 fix: Update expected values in test for correct parsing of names 2025-03-16 22:11:05 +01:00
d8e8704a4a style: Run linter and format test_myanimelist.py for consistency 2025-03-16 22:08:41 +01:00
f492de825e test: Add parameterized tests for parse_name function in myanimelist module 2025-03-16 22:08:40 +01:00
87671dbd06 test: Move MyAnimeList tests to a new parameterized test file 2025-03-16 22:07:55 +01:00