aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pandora/test_models.py
Commit message (Collapse)AuthorAge
* New version of black moved the cheese :-(Mike Crute2020-12-19
|
* Use correct token when creating stationsMike Crute2020-12-19
| | | | | | | | | Track tokens should only be used when creating stations from tracks not from search results. Also return the created station from the search models when a station is created. Fixes #63 Closes #64
* Test model name should not look like a testMike Crute2020-06-09
|
* Use black for formattingMike Crute2020-06-08
| | | | | | I don't particularly like the black formatter (does anybody, really?) but it's guaranteed to be consistent so it should prevent nitpicking style.
* Remove 'no cover' pragmasMike Crute2019-04-07
|
* Upgrade Python syntax with pyupgrade --py3-plusHugo2019-04-07
|
* Reorganize modelsMike Crute2019-04-02
|
* Migrate model bases to _baseMike Crute2019-04-02
|
* Remove python 2 compatabilityMike Crute2019-04-02
|
* Enhancement: Adds additional audio urls (#58)Skybound12018-12-10
| | | | | | | * Adds support for additionalAudioUrl for station.getPlaylist * Fixes broken tests * Reworks use of iterables for additional audio urls and adds associated tests * Moves parsing additional url response into a syntethic field * Adds tests for additional urls field
* Add missing tests for PandoraTypeMike Crute2018-09-01
|
* Extract date formatter logic to SyntheticFieldMike Crute2017-10-30
|
* Refactor sub-model buildingMike Crute2017-10-30
| | | | | | | These used to be done with formatters but that was somewhat an abuse of the formatter model in the first place. This changeset adds a model attribute that will cause the underlying model builder to dynamically construct a model or list of models depending on the incoming data type.
* Run flake8 on testsMike 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 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
|
* Test cases for handling exceptions in prepare_playback.jcass2016-01-07
|
* Add ad_token to AdItem definition.jcass2016-01-02
|
* Align with using Pandora's ParameterMissing exception for ValueErrors.jcass2015-12-28
|
* Handle IOErrors and ValueErrors when attempting to register ads.jcass2015-12-28
|
* Fix mock import statements.jcass2015-12-24
|
* Handle ParameterMissing exceptions due to missing ad tokens.jcass2015-12-24
|
* Add tests for PandoraDictListModelMike Crute2015-12-06
|
* 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