aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Run flake8 on testsMike Crute2017-10-07
|
* Fix blowfish test and travisMike Crute2017-10-07
|
* Add transport tests, 100% pandora coverage!Mike Crute2017-10-07
|
* Remove unused test folderMike Crute2017-10-07
|
* Add testsMike Crute2017-10-07
|
* Import directly from modulesMike Crute2017-10-07
| | | | | Importing from the base of a module is deprecated and will be removed in a future major version. Nothing internally should be doing this.
* Remove PyCrypto and add CryptographyMike Crute2017-09-30
| | | | | | | | | | PyCrypto is no longer supported nor recommended. Cryptography is the replacement package which is actively maintained by the Python core committers. Also Cryptography is bundled as binary wheels for all the platforms we support which removes the install-tiem compiler requirement, making it easier to distribute Pydora. This commit replaces all usages of PyCrypto with Cryptography but is completely API compatible with the previous version.
* Python 3.5 fixesMike Crute2016-06-11
|
* Remove broken test caseMike Crute2016-06-06
|
* Add support for searching genre stations. (#45)John Cass2016-06-06
| | | Add support for searching genre stations.
* Fix SearchResult model.jcass2016-06-01
|
* Fix SearchResult model.jcass2016-05-29
|
* Fix failing testMike Crute2016-01-25
|
* Fix to ensure InvalidAuthToken exceptions result in re-authentication and retry.jcass2016-01-12
|
* Remove unreachable code. Test case for avoiding retries on PandoraException ↵jcass2016-01-12
| | | | being raised.
* Throw InvalidUserLogin error when login failsMike Crute2016-01-09
| | | | fixes https://github.com/mcrute/pydora/issues/41
* PEP8 Test CleanupMike Crute2016-01-09
|
* Test cases for handling exceptions in prepare_playback.jcass2016-01-07
|
* Add ad_token to AdItem definition.jcass2016-01-02
|
* Remove logger, align naming convention for test parameters.jcass2015-12-29
|
* Align base exception for test with what pyOpenSSL uses.jcass2015-12-29
|
* Align with using Pandora's ParameterMissing exception for ValueErrors.jcass2015-12-28
|
* Handle IOErrors and ValueErrors when attempting to register ads.jcass2015-12-28
|
* Refactor test cases for utils: check that ParameterMissing is re-reaised.jcass2015-12-27
|
* Fix mock import statements.jcass2015-12-24
|
* Handle ParameterMissing exceptions due to missing ad tokens.jcass2015-12-24
|
* Additional error checking and test cases for retrieving ad metadata.jcass2015-12-21
|
* Add tests for PandoraDictListModelMike Crute2015-12-06
|
* Move quality query to APIMike Crute2015-12-06
|
* Add some testsMike Crute2015-12-06
|
* Fix SysCallError testMike Crute2015-12-05
|
* Remove ad support flag from testsMike Crute2015-12-05
|
* Enable advertisement support by default. Reformat code layout.jcass2015-12-05
|
* Add helper function to concatenate dictionaries. Add test cases for ad support.jcass2015-12-05
|
* Add ad_support configuration parameter support. Update test cases.jcass2015-12-05
|
* Remove superfluous exception message checking.jcass2015-11-23
|
* Add test for transport.__call__ decorator.jcass2015-11-23
|
* Reset transport on partner authMike Crute2015-07-19
| | | | fixes #11
* Support contains checks on dict modelsMike Crute2015-07-18
| | | | updates #16
* Allow list models to be indexedMike Crute2015-07-18
| | | | Fixes #16
* Add tests for base modelsMike Crute2015-07-17
|
* Login as partner when there is a token errorMike Crute2015-07-17
| | | | Fixes #14
* Fix python3 deprecation warningsMike Crute2015-07-17
|
* Fix tests for python3Mike Crute2015-07-04
|
* Add config builders and testsMike Crute2015-07-04