STY: Add Test prefix to risk module test case.

This commit is contained in:
Eddie Hebert
2013-04-01 15:46:27 -04:00
parent 9627f48963
commit a620afe639
+2 -2
View File
@@ -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):