Commit graph

30 commits

Author SHA1 Message Date
hugovk 571edf23d9 Separate Libre.fm test from Last.fm tests 2016-10-30 12:25:10 +02:00
hugovk 4732bf3750 Skip tests if Last.fm API still broken 2016-04-23 15:46:49 +03:00
hugovk ea33074941 Skip test if Last.fm API still broken 2016-04-23 15:28:07 +03:00
hugovk 4c8d2e2a9b Split test into passing and failing tests 2016-04-23 15:27:28 +03:00
hugovk 8195725500 Skip tests if Last.fm API still broken 2016-04-23 14:48:29 +03:00
hugovk f17929e6cb Skip more tests which fail due to the (still) broken Last.fm API 2016-01-08 11:04:02 +02:00
hugovk 950c2e78ca Skip tests which fail due to the (still) broken Last.fm API 2016-01-07 18:09:28 +02:00
hugovk cbf2066ee5 Failing test for #146 2015-09-07 23:55:22 +03:00
Hugo van Kemenade fc206891af Merge pull request #137 from hugovk/brtkrbzhnv-develop
Support for User.GetPersonalTags
2015-07-24 12:16:00 +03:00
hugovk c421fd5cbd flake8 2015-07-24 11:22:39 +03:00
José Neto 2f72ec8270 pep8 compliance 2015-07-09 17:02:53 -03:00
José Neto 5f18619333 Add test case for Track.get_correction() 2015-07-01 17:04:43 -03:00
José Neto 6b58f43c01 Add test case for Artist.get_correction() 2015-07-01 17:04:01 -03:00
brtkrbzhnv 8b321dfe74 Added User.GetPersonalTags test cases 2015-06-27 00:11:08 +02:00
hugovk 4437508e0f Remove unused import 2015-04-28 23:14:36 +03:00
hugovk 615bccb227 Remove artist.getImages and depracation note 2015-04-27 21:41:16 +03:00
hugovk e26b542bec Retry failures up to four times, require at least one pass 2015-04-26 22:18:58 +03:00
hugovk 88a74273a0 Sometimes Last.fm returns an error for dates[1]: No chart available for this user/date-range combination 2015-04-26 21:26:21 +03:00
hugovk be8ae40caf Failing test for #124 2015-04-26 20:10:24 +03:00
hugovk 816be1cbe8 Rerun flaky interation tests 2015-04-12 12:54:22 +03:00
Ivan Malison de31fc33f6 fix base object hasing. Closes #120 . 2015-01-08 16:07:43 -08:00
Ivan Malison df75cf2aa2 Fix UnicodeDecodeError from #114. Replace definitions of _unicode and
_string. Add six as a dependeny. Fix clonedigger script.
2015-01-08 16:07:42 -08:00
hugovk da26531c87 Skip if PYLAST_USERNAME etc. env vars missing 2015-01-08 11:14:40 +02:00
Ivan Malison dd7fe504d3 Revert "Add failing test for #114" (This revert should be reverted later
as the test from this commit should be made to pass eventually)

This reverts commit 6d84446f03.
2015-01-07 23:31:48 -08:00
Ivan Malison 781df0c94f Remove duplicate line, Make test_pylast.py runnable as main again. 2015-01-07 23:31:07 -08:00
Ivan Malison 6d84446f03 Add failing test for #114 2015-01-07 19:27:28 -08:00
Ivan Malison b66ee21ce0 Consolidate travis environments. separate matrix and global environment variables. 2015-01-07 18:15:59 -08:00
Ivan Malison ca66e74099 tox/travis stuff. making testing more uniform. 2015-01-07 17:57:04 -08:00
Ivan Malison c2b03afe55 Don't encode strings as 'utf-8' twice in _get_cache_key. Closes #109. 2015-01-07 09:13:29 -08:00
Ivan Malison 387220c1d6 Make pylast a package. Move tests into a directory. Start using pytest
and tox. Use setuptools instead of distutils.
2015-01-07 09:13:28 -08:00