From 0450866e732b5247cdba6ed8397a6764bafe1f1b Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 5 Dec 2012 20:13:10 +0200 Subject: [PATCH] Renamed testing to tests --- {testing => tests}/conftest.py | 0 {testing => tests}/run.py | 0 {testing => tests}/test_app.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {testing => tests}/conftest.py (100%) rename {testing => tests}/run.py (100%) rename {testing => tests}/test_app.py (100%) diff --git a/testing/conftest.py b/tests/conftest.py similarity index 100% rename from testing/conftest.py rename to tests/conftest.py diff --git a/testing/run.py b/tests/run.py similarity index 100% rename from testing/run.py rename to tests/run.py diff --git a/testing/test_app.py b/tests/test_app.py similarity index 100% rename from testing/test_app.py rename to tests/test_app.py