From a620afe639426e87bfa503e00290038b69e81bde Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Mon, 1 Apr 2013 15:46:27 -0400 Subject: [PATCH] STY: Add Test prefix to risk module test case. --- tests/test_risk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_risk.py b/tests/test_risk.py index 25ea542a..6dfd8ae4 100644 --- a/tests/test_risk.py +++ b/tests/test_risk.py @@ -1,5 +1,5 @@ # -# Copyright 2012 Quantopian, Inc. +# Copyright 2013 Quantopian, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ from zipline.utils import factory from zipline.finance.trading import SimulationParameters -class Risk(unittest.TestCase): +class TestRisk(unittest.TestCase): def setUp(self):