JonnyWong16
|
82fa178952
|
Merge pull request #781 from JonnyWong16/feature/parse_smart_filter
Add ability to parse the smart filters from collections and playlists
|
2021-07-16 09:21:10 -07:00 |
|
JonnyWong16
|
663402ed74
|
Update tests
|
2021-06-18 15:26:24 -07:00 |
|
JonnyWong16
|
e51d8253f3
|
Add tests for smart collection/playlist filters
|
2021-06-18 14:34:53 -07:00 |
|
JonnyWong16
|
c111150666
|
Remove manual random sort test
|
2021-06-14 08:56:33 -07:00 |
|
JonnyWong16
|
b943bc61e5
|
Merge pull request #765 from JonnyWong16/feature/auto_reload
Allow overwriting attributes with None when manually reloading
|
2021-06-06 19:24:04 -07:00 |
|
JonnyWong16
|
c136c594ea
|
Mark online media sources tests with xfail
* Test account is missing online media sources?
|
2021-06-06 18:39:45 -07:00 |
|
JonnyWong16
|
8ef3d0ac35
|
Merge branch 'master' into feature/auto_reload
|
2021-06-06 18:05:08 -07:00 |
|
JonnyWong16
|
6405d226a4
|
Mark movies extras test only available for Plex Pass
|
2021-06-06 17:33:08 -07:00 |
|
JonnyWong16
|
0626334ed5
|
Add tests for movie augmentation, reviews, and extras
|
2021-06-06 17:23:49 -07:00 |
|
JonnyWong16
|
aaa902059f
|
Update account onlineMediaSources optOut test
|
2021-06-06 17:23:49 -07:00 |
|
JonnyWong16
|
fab55e1227
|
Merge branch 'master' into reviews_extras
|
2021-06-06 14:42:16 -07:00 |
|
JonnyWong16
|
2a514378d8
|
Update tests to use reload
|
2021-06-06 14:38:36 -07:00 |
|
JonnyWong16
|
f90698f69d
|
Merge pull request #764 from JonnyWong16/feature/rating_mixin
Add rating mixin
|
2021-06-06 14:32:57 -07:00 |
|
JonnyWong16
|
79fc578406
|
Fix createPlaylist and createCollection in sync tests
|
2021-06-06 14:19:57 -07:00 |
|
JonnyWong16
|
f39d9b78ad
|
Merge remote-tracking branch 'upstream/master' into bugfix/fix_tests
|
2021-06-06 14:18:26 -07:00 |
|
JonnyWong16
|
e965ebbbe6
|
Merge remote-tracking branch 'upstream/master' into feature/rating_mixin
|
2021-06-06 12:54:09 -07:00 |
|
JonnyWong16
|
ab7ed6dee6
|
Merge pull request #763 from JonnyWong16/feature/smart_playlists_collections
Fix smart playlists and add support for smart collections
|
2021-06-06 12:15:12 -07:00 |
|
JonnyWong16
|
eafdccaddc
|
Merge pull request #758 from JonnyWong16/feature/claim_server
Add method to claim and unclaim server
|
2021-06-06 12:14:46 -07:00 |
|
JonnyWong16
|
c31c5317b3
|
Update playlist tests for NotFound when removing or moving items
|
2021-06-02 09:27:35 -07:00 |
|
blacktwin
|
056b5cf342
|
flag onlineMediaSources required to be authenticated
|
2021-05-31 09:56:37 -04:00 |
|
JonnyWong16
|
dbd39abb65
|
pytest mark xfail show mixins image test
|
2021-05-30 18:31:31 -07:00 |
|
JonnyWong16
|
b269140943
|
Fix rating mixin tests
|
2021-05-30 16:22:54 -07:00 |
|
JonnyWong16
|
bd8cdb10b7
|
Update tests for ratings mixin
|
2021-05-30 15:49:45 -07:00 |
|
JonnyWong16
|
4458977988
|
Improve test coverage
|
2021-05-29 19:26:31 -07:00 |
|
JonnyWong16
|
7800e892ae
|
Add Playlist attrs test
|
2021-05-29 19:00:59 -07:00 |
|
JonnyWong16
|
6f2ef5c519
|
Fix collections and playlists tests
|
2021-05-29 18:05:42 -07:00 |
|
JonnyWong16
|
56abe38ef8
|
Add collection sync test
|
2021-05-29 16:57:43 -07:00 |
|
JonnyWong16
|
40e4413dde
|
Update collection tests
|
2021-05-29 16:57:42 -07:00 |
|
JonnyWong16
|
b19b469eb0
|
Update pytest fixtures
|
2021-05-29 16:57:42 -07:00 |
|
JonnyWong16
|
8cb2ea2f98
|
Update library collections and playlists tests
|
2021-05-29 16:57:41 -07:00 |
|
JonnyWong16
|
65db8c33f6
|
Add library search limit test
|
2021-05-29 16:57:40 -07:00 |
|
JonnyWong16
|
8397ab2145
|
Add test for library create playlist
|
2021-05-29 16:57:39 -07:00 |
|
JonnyWong16
|
b934228d8a
|
Update tests for retrieving playlists by type
|
2021-05-29 16:57:39 -07:00 |
|
JonnyWong16
|
82e71793b1
|
Update playlist tests
|
2021-05-29 16:57:38 -07:00 |
|
blacktwin
|
c0b6efc23c
|
Merge branch 'master' into reviews_extras
|
2021-05-24 07:21:34 -04:00 |
|
JonnyWong16
|
caafd14435
|
Update tests for library section recently added
|
2021-05-23 21:15:18 -07:00 |
|
JonnyWong16
|
598a6654ba
|
Fix rating search test
|
2021-05-23 21:08:23 -07:00 |
|
JonnyWong16
|
c76b2d4027
|
Merge remote-tracking branch 'upstream/master' into feature/multi_sort
|
2021-05-23 20:39:08 -07:00 |
|
JonnyWong16
|
a9597a9008
|
Merge remote-tracking branch 'upstream/master' into feature/plex_tv
|
2021-05-23 19:12:38 -07:00 |
|
JonnyWong16
|
c4522d9c6b
|
Merge pull request #746 from JonnyWong16/feature/properties
Add episodeNumber, trackNumber, and hasPreviewThumbnails helper properties
|
2021-05-23 19:02:20 -07:00 |
|
JonnyWong16
|
8c2b3ce063
|
Merge pull request #741 from JonnyWong16/feature/tag_items
Add ability to retrieve a list of items and collection object from media tags
|
2021-05-23 19:01:07 -07:00 |
|
JonnyWong16
|
893a992855
|
Merge pull request #739 from Alindil/patch-2
Add method to return a list of all optimized items
|
2021-05-23 19:00:25 -07:00 |
|
JonnyWong16
|
2ef3f595f0
|
Add test for claiming and unclaiming server
|
2021-05-22 14:44:40 -07:00 |
|
JonnyWong16
|
4c75e09640
|
Add test for collection search
|
2021-05-20 20:16:20 -07:00 |
|
JonnyWong16
|
4c9aa37cea
|
Update tests for advanced search filters
|
2021-05-16 13:28:14 -07:00 |
|
JonnyWong16
|
1b8e476e96
|
Replace single quotes in library tests
|
2021-05-15 23:12:39 -07:00 |
|
JonnyWong16
|
85e58feb33
|
Update tests for lastRatedAt
|
2021-05-15 22:38:54 -07:00 |
|
JonnyWong16
|
41997d1152
|
Update tests for addition library search sorting
|
2021-05-15 18:11:49 -07:00 |
|
JonnyWong16
|
ce0e6f9a95
|
Add test for predefined Plex episode multi-sort
|
2021-05-15 16:04:35 -07:00 |
|
JonnyWong16
|
5d29504cbf
|
Add library search tests for random and multi-sort
|
2021-05-15 11:25:42 -07:00 |
|