1
I Use This!
Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jul 29, 2025 — Jul 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add country tests More... over 12 years ago
Add event tests and fix a bug they found More... over 12 years ago
Add some artist tests More... over 12 years ago
Test some tag functions More... over 12 years ago
Sometimes the lastest date range doesn't yet have charts, so get the latest-but-one More... over 12 years ago
Add cacheable parameter to get_neighbours() More... over 12 years ago
Fix tests More... over 12 years ago
Test set_tags() More... over 12 years ago
Fix test More... over 12 years ago
More tests. Don't bother with failing Py2.6 or 3.2, they're unsupported. More... over 12 years ago
Refactor network names. Add some tag tests. Add stress test option. Add extra Python versions as allowed failures to Travis. More... over 12 years ago
Test failed because a London event was in the 'city' of Camden. Let's try Manchester instead. More... over 12 years ago
Remove print from test More... over 12 years ago
Add some more tests More... over 12 years ago
Add some Playlist tests More... over 12 years ago
Add some Playlist tests More... over 12 years ago
Python 3 fix: DeprecationWarning: Please use assertRaisesRegex instead More... over 12 years ago
Python 3 fix: DeprecationWarning: Please use assertRaisesRegex instead More... over 12 years ago
Python 3 fix: Unicode-objects must be encoded before hashing More... over 12 years ago
Remove deprecated .has_key() More... over 12 years ago
Move chart methods out of _BaseObject and into their own _Chartable so they can only be used by relevant classes (Group, Tag, User) More... over 12 years ago
Replace assertEqual(type(x), y) with assertIsInstance(x, y) More... over 12 years ago
Jiggle tests for CI so Clone Digger can run on 2.x. It doesn't yet support 3.x and will fail but shouldn't fail the build. More... over 12 years ago
Move check.sh to after_script: so Unix exit codes are ignored More... over 12 years ago
Do the other static checks, but not clonedigger More... over 12 years ago
Do the other static checks, but not clonedigger More... over 12 years ago
Remove clonedigger from Travis build, it errors. See #90. More... over 12 years ago
Add static analysis to the CI build More... over 12 years ago
Remove duplication into _extract_top_albums(doc, network) More... over 12 years ago
Remove duplication into _extract_top_artists(doc, network) More... over 12 years ago