Commit graph

928 commits

Author SHA1 Message Date
hugovk ac4d17822a Merge develop to master [CI skip] 2015-01-11 16:40:34 +02:00
Hugo df36b178df Fix pytest.py link
[CI skip]
2015-01-11 13:08:32 +02:00
Hugo a698c8a7e9 Merge pull request #121 from pylast/develop
Merge develop to master
2015-01-10 10:48:45 +02:00
Hugo 925ea840c4 Update testing instructions [CI skip] 2015-01-09 12:53:43 +02:00
Hugo 959622fcf2 Remove unused .build file 2015-01-09 10:38:06 +02:00
Hugo caa202ccb2 Merge pull request #117 from IvanMalison/fix_unicode_decode_error
Fix unicode decode error
2015-01-09 09:35:21 +02:00
Ivan Malison b24417ea56 fix grep filter for clonedigger. 2015-01-08 23:23:29 -08:00
Ivan Malison 159925ff08 remove dir-locals. make clonedigger always exit 0 2015-01-08 23:13:38 -08:00
Ivan Malison de31fc33f6 fix base object hasing. Closes #120 . 2015-01-08 16:07:43 -08:00
Ivan Malison 3f9137a700 Version bump, fix setup.py, which was previously broken because excludes
was not a tuple, so each character was being excluded and thus pylast
the package was being excluded.
2015-01-08 16:07:42 -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
Hugo 1f9ebb530a Merge pull request #118 from pylast/skip
Skip if PYLAST_USERNAME etc. env vars missing
2015-01-08 14:49:56 +02:00
hugovk da26531c87 Skip if PYLAST_USERNAME etc. env vars missing 2015-01-08 11:14:40 +02:00
hugovk 882e749331 Merge branch 'IvanMalison-fix_get_cache_key_and_make_package' into develop 2015-01-08 10:45:03 +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 f1e14f591c add credentials for IvanMalison/pylast. 2015-01-07 19:39:09 -08:00
Ivan Malison 6d84446f03 Add failing test for #114 2015-01-07 19:27:28 -08:00
Ivan Malison f2f8ca086d add posargs to tox tests. 2015-01-07 19:25:41 -08:00
Ivan Malison 6e6ff1a417 Get rid of --doctest-modules in py.test command. 2015-01-07 18:20:30 -08:00
Ivan Malison b66ee21ce0 Consolidate travis environments. separate matrix and global environment variables. 2015-01-07 18:15:59 -08:00
Ivan Malison a64d562ae2 Add tox to travis installation. 2015-01-07 18:00:36 -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
Hugo 123951517a Merge pull request #111 from hugovk/master
PyPy3 / Scrutinizer / Landscape.io / tests
2015-01-06 11:59:18 +02:00
hugovk 9b9dc2e2c5 Remove unused import 2015-01-05 23:20:22 +02:00
hugovk aa022c5a71 Don't use .build file for minor version because we define the full version in pylast.py as well 2015-01-05 23:19:23 +02:00
Hugo cf821de171 Merge pull request #108 from IvanMalison/master
Fix word in SessionKeyGenerator comment.
2015-01-05 22:55:01 +02:00
Ivan Malison a0127432f8 Fix word in SessionKeyGenerator comment. 2015-01-05 10:16:07 -08:00
hugovk 79d741269a Fix params 2014-12-26 23:32:21 +02:00
hugovk 24f49074bf Fix params 2014-12-26 23:20:39 +02:00
hugovk 5a15b3b6a6 Fix params 2014-12-26 23:13:40 +02:00
hugovk 04d26a2c79 Fix params 2014-12-26 23:12:18 +02:00
hugovk 2e56084974 Remove asserts which can fail 2014-12-26 18:57:22 +02:00
hugovk 0a158e7238 Landscape.io fixes 2014-12-26 17:31:10 +02:00
hugovk 0ae79be3a0 Add pypy3; track coverage in Scrutinizer 2014-12-26 17:16:41 +02:00
Hugo f74451a9af Merge pull request #107 from hugovk/master
Fix comparison with None; fix tests; use Docker; badges
2014-12-26 17:07:42 +02:00
hugovk 59769d31d6 Use Docker 2014-12-26 15:28:25 +02:00
hugovk 098b747d8b Merge remote-tracking branch 'upstream/master' 2014-12-24 16:57:15 +02:00
Hugo 32a6235f32 Merge pull request #104 from looperhacks/patch-1
get_proxy is undefined in _Request, the network was missing here.
2014-12-23 12:05:45 +02:00
Peter Jeschke 813a72b61a Update pylast.py
_get_proxy is undefined in _Request, the network was missing here.
2014-12-23 11:02:42 +01:00
hugovk 3941fd8ab5 Make test more robust 2014-12-18 21:13:28 +02:00
hugovk 8a53afd41b Badges! [CI skip] 2014-12-18 21:09:22 +02:00
hugovk 3e4127bf6a Merge remote-tracking branch 'upstream/master'
Conflicts:
	test_pylast.py
2014-12-18 21:03:03 +02:00
Hugo 8670a2f2d1 Merge pull request #101 from pylast/extend_get_recent_tracks
Add from/to parameters to get_recent_tracks()
2014-10-25 17:51:45 +03:00
Hugo bd9c351b21 Add from/to parameters to get_recent_tracks() 2014-10-25 15:52:01 +03:00
Hugo ab63e85ad6 Merge pull request #100 from pylast/bandmembers
Add artist.get_band_members() with tests
2014-10-25 15:02:27 +03:00
Hugo def9b2414a Fix chart tests that failed due to date ranges (take 2) 2014-09-11 15:37:17 +03:00
Hugo 56d1f2791f Fix chart tests that failed due to date ranges 2014-09-11 15:29:25 +03:00