From 42fdaf3ff01440445f134d392f6014365f394968 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 13 Nov 2012 14:02:57 +0100 Subject: [PATCH] audio: Move tests to make room for more audio tests --- tests/audio/__init__.py | 0 tests/{audio_test.py => audio/actor_test.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/audio/__init__.py rename tests/{audio_test.py => audio/actor_test.py} (100%) diff --git a/tests/audio/__init__.py b/tests/audio/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/audio_test.py b/tests/audio/actor_test.py similarity index 100% rename from tests/audio_test.py rename to tests/audio/actor_test.py