prepare_tests.py 638 B

123456789101112131415
  1. # The tests rely on a lot of absolute paths so this file
  2. # configures all of that
  3. music_folder = u'/home/rudi/music'
  4. o_path = u'/home/rudi/throwaway/ACDC_-_Back_In_Black-sample-64kbps.ogg'
  5. watch_path = u'/home/rudi/throwaway/watch/',
  6. real_path1 = u'/home/rudi/throwaway/watch/unknown/unknown/ACDC_-_Back_In_Black-sample-64kbps-64kbps.ogg'
  7. opath = u"/home/rudi/Airtime/python_apps/media-monitor2/tests/"
  8. ppath = u"/home/rudi/Airtime/python_apps/media-monitor2/media/"
  9. api_client_path = '/etc/airtime/airtime.conf'
  10. # holdover from the time we had a special config for testing
  11. sample_config = api_client_path
  12. real_config = api_client_path