Commit graph

20 commits

Author SHA1 Message Date
zSeriesGuy
c3f535d64a Update websocket-client 2019-12-04 13:53:30 -05:00
Steffen Fredriksen
93de3887d6
Update requirements_dev.txt 2019-11-29 02:10:12 +01:00
Hellowlol
bf6b3d3b9b Update requirements_dev.txt
Lets try to pin pytest mock before the breaking change.. The tests still needs to fixed as mocker patch dont really work.
2019-11-28 23:46:04 +01:00
Michael Shepanski
9c50225df8 Install sphinx_rtd_theme from github 2019-10-02 22:03:05 -04:00
Andrey Yantsen
68fc970d7a Improvements in tests process (#297)
* lets begin

* skip plexpass tests if there is not plexpass on account

* test new myplex attrubutes

* bootstrap: proper photos organisation

* fix rest of photos tests

* fix myplex new attributes test

* fix music bootstrap by setting agent to lastfm

* fix sync tests

* increase bootstrap timeout

* remove timeout from .travis.yml

* do not create playlist-style photoalbums in plex-bootstraptest.py

* allow negative filtering in LibrarySection.search()

* fix sync tests once again

* use sendCrashReports in test_settings

* fix test_settings

* fix test_video

* do not accept eula in bootstrap

* fix PlexServer.isLatest()

* add test against old version of PlexServer

* fix MyPlexAccount.OutOut

* add flag for one-time testing in Travis

* fix test_library onDeck tests

* fix more tests

* use tqdm in plex-bootstraptest for media scanning progress

* create sections one-by-one

* update docs on AlertListener for timeline entries

* fix plex-bootstraptest for server version 1.3.2

* display skip/xpass/xfail reasons

* fix tests on 1.3

* wait for music to be fully processed in plex-bootstraptest

* fix misplaced TEST_ACCOUNT_ONCE

* fix test_myplex_users, not sure if in proper-way

* add pytest-rerunfailures; mark test_myplex_optout as flaky

* fix comment

* Revert "add pytest-rerunfailures; mark test_myplex_optout as flaky"

This reverts commit 580e4c95a7.

* restart plex container on failure

* add conftest.wait_until() and used where some retries are required

* add more wait_until() usage in test_sync

* fix managed user search

* fix updating managed users in myplex

* allow to add new servers to existent users

* add new server to a shared user while bootstrapping

* add some docs on testing process

* perform few attemps when unable to get the claim token

* unlock websocket-client in requirements_dev

* fix docblock in tools/plex-teardowntest

* do not hardcode mediapart size in test_video

* remove cache:pip from travis

* Revert "unlock websocket-client in requirements_dev"

This reverts commit 0d536bd06d.

* remove debug from server.py

* improve webhook tests

* fix type() check to isinstance()

* remove excessive `else` branch due to Hellowlol advice

* add `unknown` as allowed `myPlexMappingState` in test_server
2018-09-14 20:03:23 +02:00
seuffert
de9dc6f59b fix typos in requirements 2017-10-22 11:38:42 +02:00
Michael Shepanski
681e1f2ced add tqdm requirement to dev 2017-08-14 23:53:04 -04:00
Hellowlol
498ac29106 add tests for islatest and check for update 2017-07-18 23:20:49 +02:00
Michael Shepanski
8ecfb94112 Readd pillow 2017-04-30 02:06:01 -04:00
Michael Shepanski
fb48e3b794 Merge dev and doc requirements 2017-04-30 01:27:17 -04:00
Michael Shepanski
c36115060c Cleanup reqs 2017-04-30 01:24:08 -04:00
Michael Shepanski
29daf4c237 Update test_server 2017-04-16 23:33:33 -04:00
Michael Shepanski
cd1a05d770 Make flake8 happy 2017-02-20 00:37:00 -05:00
Michael Shepanski
55af8eafd0 Clean requirements comments 2017-02-19 22:45:09 -05:00
Michael Shepanski
b36a6776a5 Add build documentation test 2017-02-13 17:44:28 -05:00
Michael Shepanski
c764f6ba57 Build docs take 5 2017-02-13 15:21:35 -05:00
Michael Shepanski
64bb6817b1 Build docs take 4 2017-02-13 15:18:50 -05:00
Michael Shepanski
3783f3c61b Add missing requirement for dev. Document that you need websocket-client installed in order to use PlexNotifier 2017-02-10 23:26:09 -05:00
Hellowlol
d2e0da7bb7 travis etc 2017-02-01 20:41:21 +01:00
Hellowlol
7e9bd51d55 testing testing, 1, 2, 3. 2017-02-01 20:41:20 +01:00