aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-07-04 21:59:57 -0700
committerMike Crute <mcrute@gmail.com>2015-07-04 22:01:13 -0700
commit260c3a57a6db7cb8428a3a52372d1c2dcb9e22d1 (patch)
treef5ee6170b1d954da0135322d11fe7aec3fa1ee62 /tests
parentefc63e553e688b7ed406222fb1dc09fe73d05d60 (diff)
downloadpydora-260c3a57a6db7cb8428a3a52372d1c2dcb9e22d1.tar.bz2
pydora-260c3a57a6db7cb8428a3a52372d1c2dcb9e22d1.tar.xz
pydora-260c3a57a6db7cb8428a3a52372d1c2dcb9e22d1.zip
Fix tests for python3
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py5
-rw-r--r--tests/test_pandora/__init__.py (renamed from tests/pandora/__init__.py)0
-rw-r--r--tests/test_pandora/models/__init__.py (renamed from tests/pandora/models/__init__.py)0
-rw-r--r--tests/test_pandora/pianobar.cfg (renamed from tests/pandora/pianobar.cfg)0
-rw-r--r--tests/test_pandora/pydora.cfg (renamed from tests/pandora/pydora.cfg)0
-rw-r--r--tests/test_pandora/test_clientbuilder.py (renamed from tests/pandora/clientbuilder.py)0
-rw-r--r--tests/test_pydora/__init__.py (renamed from tests/pydora/__init__.py)0
7 files changed, 5 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index e69de29..e080ee5 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -0,0 +1,5 @@
1import os
2from unittest import TestLoader
3
4def discover_suite():
5 return TestLoader().discover(os.path.dirname(__file__))
diff --git a/tests/pandora/__init__.py b/tests/test_pandora/__init__.py
index e69de29..e69de29 100644
--- a/tests/pandora/__init__.py
+++ b/tests/test_pandora/__init__.py
diff --git a/tests/pandora/models/__init__.py b/tests/test_pandora/models/__init__.py
index e69de29..e69de29 100644
--- a/tests/pandora/models/__init__.py
+++ b/tests/test_pandora/models/__init__.py
diff --git a/tests/pandora/pianobar.cfg b/tests/test_pandora/pianobar.cfg
index 7a915d8..7a915d8 100644
--- a/tests/pandora/pianobar.cfg
+++ b/tests/test_pandora/pianobar.cfg
diff --git a/tests/pandora/pydora.cfg b/tests/test_pandora/pydora.cfg
index 854e377..854e377 100644
--- a/tests/pandora/pydora.cfg
+++ b/tests/test_pandora/pydora.cfg
diff --git a/tests/pandora/clientbuilder.py b/tests/test_pandora/test_clientbuilder.py
index b953f9e..b953f9e 100644
--- a/tests/pandora/clientbuilder.py
+++ b/tests/test_pandora/test_clientbuilder.py
diff --git a/tests/pydora/__init__.py b/tests/test_pydora/__init__.py
index e69de29..e69de29 100644
--- a/tests/pydora/__init__.py
+++ b/tests/test_pydora/__init__.py