From 62ec591d9035a5eba0ffbd5b58802adda6c11732 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Wed, 9 May 2012 13:34:13 -0400 Subject: [PATCH] Moved the test folder. --- {zipline/test => tests}/__init__.py | 0 {zipline/test => tests}/algorithms.py | 0 {zipline/test => tests}/client.py | 0 {zipline/test => tests}/factory.py | 0 {zipline/test => tests}/test_devsimulator.py | 0 {zipline/test => tests}/test_finance.py | 0 {zipline/test => tests}/test_monitor.py | 0 {zipline/test => tests}/test_ndict.py | 0 {zipline/test => tests}/test_perf_tracking.py | 0 {zipline/test => tests}/test_protocol.py | 0 {zipline/test => tests}/test_risk.py | 0 {zipline/test => tests}/test_sanity.py | 0 {zipline/test => tests}/transform.py | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {zipline/test => tests}/__init__.py (100%) rename {zipline/test => tests}/algorithms.py (100%) rename {zipline/test => tests}/client.py (100%) rename {zipline/test => tests}/factory.py (100%) rename {zipline/test => tests}/test_devsimulator.py (100%) rename {zipline/test => tests}/test_finance.py (100%) rename {zipline/test => tests}/test_monitor.py (100%) rename {zipline/test => tests}/test_ndict.py (100%) rename {zipline/test => tests}/test_perf_tracking.py (100%) rename {zipline/test => tests}/test_protocol.py (100%) rename {zipline/test => tests}/test_risk.py (100%) rename {zipline/test => tests}/test_sanity.py (100%) rename {zipline/test => tests}/transform.py (100%) diff --git a/zipline/test/__init__.py b/tests/__init__.py similarity index 100% rename from zipline/test/__init__.py rename to tests/__init__.py diff --git a/zipline/test/algorithms.py b/tests/algorithms.py similarity index 100% rename from zipline/test/algorithms.py rename to tests/algorithms.py diff --git a/zipline/test/client.py b/tests/client.py similarity index 100% rename from zipline/test/client.py rename to tests/client.py diff --git a/zipline/test/factory.py b/tests/factory.py similarity index 100% rename from zipline/test/factory.py rename to tests/factory.py diff --git a/zipline/test/test_devsimulator.py b/tests/test_devsimulator.py similarity index 100% rename from zipline/test/test_devsimulator.py rename to tests/test_devsimulator.py diff --git a/zipline/test/test_finance.py b/tests/test_finance.py similarity index 100% rename from zipline/test/test_finance.py rename to tests/test_finance.py diff --git a/zipline/test/test_monitor.py b/tests/test_monitor.py similarity index 100% rename from zipline/test/test_monitor.py rename to tests/test_monitor.py diff --git a/zipline/test/test_ndict.py b/tests/test_ndict.py similarity index 100% rename from zipline/test/test_ndict.py rename to tests/test_ndict.py diff --git a/zipline/test/test_perf_tracking.py b/tests/test_perf_tracking.py similarity index 100% rename from zipline/test/test_perf_tracking.py rename to tests/test_perf_tracking.py diff --git a/zipline/test/test_protocol.py b/tests/test_protocol.py similarity index 100% rename from zipline/test/test_protocol.py rename to tests/test_protocol.py diff --git a/zipline/test/test_risk.py b/tests/test_risk.py similarity index 100% rename from zipline/test/test_risk.py rename to tests/test_risk.py diff --git a/zipline/test/test_sanity.py b/tests/test_sanity.py similarity index 100% rename from zipline/test/test_sanity.py rename to tests/test_sanity.py diff --git a/zipline/test/transform.py b/tests/transform.py similarity index 100% rename from zipline/test/transform.py rename to tests/transform.py