96 Commits

Author SHA1 Message Date
pushrbx
8948dc1053 fixed buggy tests 2024-02-13 21:15:36 +00:00
pushrbx
f5f42b14d4 fixed issues around the season endpoint 2024-02-13 18:38:00 +00:00
pushrbx
f590e29e1d
Merge branch 'master' into typesense-indexing-fix 2024-01-31 19:50:23 +00:00
pushrbx
7c539d06c2 added tests 2024-01-31 18:52:27 +00:00
pushrbx
125b6720ff added more tests and improved existing ones 2024-01-30 17:28:03 +00:00
pushrbx
56687ace50 fixed tests across the board 2024-01-25 23:17:46 +00:00
pushrbx
832674b34c fixed #411 2023-06-30 12:57:51 +01:00
pushrbx
df854f65a6 fixed tests 2023-06-29 21:01:24 +01:00
pushrbx
ce33a523dc updated test docs 2023-05-21 11:18:34 +01:00
pushrbx
91c0421ee2 added tests for "type" parameter of search endpoints 2023-05-21 11:18:34 +01:00
pushrbx
5e55dd7887 added more tests and improved api docs 2023-05-21 11:18:03 +01:00
pushrbx
331d5e821b added more unit tests and configured test coverage discovery 2023-05-21 11:18:03 +01:00
pushrbx
2872cecf7e fixed namespaces in tests 2023-05-21 11:18:02 +01:00
pushrbx
d171f29bc9 fixed bugs introduced by the new system 2023-05-21 11:18:02 +01:00
pushrbx
9c9e592711 added more unit tests 2023-05-21 11:18:02 +01:00
pushrbx
fbc3b8277d wip - more fixes
- added user animelist/mangalist endpoints back
- fixed issues with the container image
- improved club model factory
- fixed ordering while searching when search engine is disabled (mongodb based search)
2023-05-21 11:18:02 +01:00
pushrbx
7ac4f8693e fixed CachedData and scraper service classes 2023-05-21 11:18:02 +01:00
pushrbx
e48d23520f fixed buggy tests 2023-05-21 11:18:02 +01:00
pushrbx
baa5e9c557 refactored tests and fixed test runner issues
- additionally fixed some bugs with schedule endpoint
2023-05-21 11:18:02 +01:00
pushrbx
a530e9f5d6 multiple changes
- wip -> http tests should use model factories
- test runner bootstrap: jikan models are cached in a temporary file
- fixed various bugs
- improved test execution time with typesense
- added new dev dependency: ClassFinder
- updated composer scripts to include coverage generation
- added coverage reports in phpunit
- improved roadrunner integration
- updated docker image
  - added xdebug in disabled state
2023-05-21 11:18:02 +01:00
pushrbx
c78d8cd333 wip - cached scraper service unit tests 2023-05-21 11:14:35 +01:00
pushrbx
5e922f7cd9 fixed tests part1 2023-05-21 11:14:35 +01:00
pushrbx
1e302fb62c wip - refactor finished 2023-05-21 11:14:35 +01:00
pushrbx
a145f18bbd wip - major refactor
- AppServiceProvider is needs more work to wire in new services
- todo: more dtos
- todo: add unit tests
- todo: add more integration tests
2023-05-21 11:14:34 +01:00
pushrbx
30fc65c6c4 updated test for min max score filters. 2023-05-21 11:14:34 +01:00
pushrbx
a7b4e02f55 updated test for min max score filters.
- related to: #334
2023-05-21 11:14:34 +01:00
pushrbx
bae4f805d4 added more manga tests 2023-05-21 11:14:34 +01:00
pushrbx
a2efb6f773 fixed #327 2023-05-21 11:14:34 +01:00
pushrbx
981a5e7427 wip - added initial tests for /v4/top/anime endpoint 2023-05-21 11:14:34 +01:00
pushrbx
ab5c5069aa added test for #332 2023-05-21 11:14:34 +01:00
pushrbx
2d9cdac14c added new assert function for tests 2023-05-21 11:14:34 +01:00
pushrbx
39ab02e969 fixed test service provider contextual binding 2023-05-21 11:14:34 +01:00
pushrbx
046a05c088 added anime controller basic tests 2023-05-21 11:14:34 +01:00
pushrbx
950b5c6a2d added manga search endpoint integration tests 2023-05-21 11:14:34 +01:00
pushrbx
cefdbb1a1d added letter parameter tests and updated episode model 2023-05-21 11:14:34 +01:00
pushrbx
fcea126272 fixed orderBy parameter tests 2023-05-21 11:14:33 +01:00
pushrbx
716d8ea8e7 added tests for orderBy parameter 2023-05-21 11:14:33 +01:00
pushrbx
9a51454241 added tests for rating parameter 2023-05-21 11:14:33 +01:00
pushrbx
251fccb5f6 added tests for rating parameter 2023-05-21 11:14:33 +01:00
pushrbx
2d2a1c97ed added tests for invalid score searches 2023-05-21 11:14:33 +01:00
pushrbx
aca707a508 added search by status tests 2023-05-21 11:14:33 +01:00
pushrbx
1ccda15af0 added test based on #298 2023-05-21 11:14:33 +01:00
pushrbx
0dd56f98cb added more tests around search+dates and refactored things 2023-05-21 11:14:33 +01:00
pushrbx
bd7a8d4dfb fixed error resolution in test listener 2023-05-21 11:14:33 +01:00
pushrbx
86c153f392 fixed memory leak 2023-05-21 11:14:33 +01:00
pushrbx
ca591b20a8 refactored test arrange code 2023-05-21 11:14:33 +01:00
pushrbx
fcbd78c890 wip - more tests 2023-05-21 11:14:33 +01:00
pushrbx
34e76580cd fixed anime limit parameter tests 2023-05-21 11:14:33 +01:00
pushrbx
e2f43701b2 added docs for tests 2023-05-21 11:14:33 +01:00
pushrbx
d76e81ff3c upgraded phpunit and tests to lumen 9
- added namespaces
- used values from https://github.com/laravel/lumen
- updated phpunit config
- moved database migrations in phpunit test listener
2023-05-21 11:14:33 +01:00