Commit Graph

7 Commits

Author SHA1 Message Date
Ritiek Malhotra
5add1fd0f8 Drop python 2 compatibility (#107) 2017-07-11 20:32:26 +05:30
Ritiek Malhotra
0a5ac043f3 Fix test_check_exists2() 2017-07-06 22:44:09 +05:30
Linus
920c065fd8 Fix last errors of PEP8 refactoring 2017-07-05 21:28:27 +02:00
Linus
587f907ed8 Apply most best practices of PEP 8
This refactoring includes:
- Two empty lines before each global function
- Using '{0} {1}'.format(str1, str2) instead of str1 + ' ' + str2
  Sometimes this will make lines longer, sometimes shorter.
- Starting all comments with # + space + comment
- Make lines not longer than 80 characters in most cases
- Renaming some variables to make more sense
- Add some missing code like returns and Exceptions

Not included, but follows:
- Make some comments docstrings
- Rename all 'file' variables, only for Python 2
- Remove some way too verbose comments ;)
2017-06-28 16:21:58 +02:00
Ritiek
2b0a3cc909 Switch to shorter song to lower test duration 2017-06-25 14:15:39 +05:30
Ritiek
e329fe9f36 Update metadata test 2017-06-25 13:48:54 +05:30
Ritiek
d13113c7fe Add username and list test 2017-06-25 12:47:56 +05:30