CC-5709: Airtime Analyzer
* Added MetadataAnalyzer unit tests and test data * Improved debug logging and squashed pika logging * Implemented file moving * Extract the track number/total * Fixed mapping of mutagen to Airtime fields in a few spots. The mapping matches the DB column names now. * Fixed the bin/airtime_analyzer binary * Started work on PluploadController to make it work with the new File API
This commit is contained in:
parent
c0818682af
commit
6d7117f670
20 changed files with 194 additions and 11 deletions
|
@ -2,11 +2,11 @@ from nose.tools import *
|
|||
import airtime_analyzer
|
||||
|
||||
def setup():
|
||||
print "SETUP!"
|
||||
pass
|
||||
|
||||
def teardown():
|
||||
print "TEAR DOWN!"
|
||||
pass
|
||||
|
||||
def test_basic():
|
||||
print "I RAN!"
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue