[Yt-svn] yt-commit r1791 - trunk/yt/extensions/enzo_test

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Fri Jul 2 16:04:59 PDT 2010


Author: mturk
Date: Fri Jul  2 16:04:59 2010
New Revision: 1791
URL: http://yt.enzotools.org/changeset/1791

Log:
Adding __init__.py to enzo test



Added:
   trunk/yt/extensions/enzo_test/__init__.py

Added: trunk/yt/extensions/enzo_test/__init__.py
==============================================================================
--- (empty file)
+++ trunk/yt/extensions/enzo_test/__init__.py	Fri Jul  2 16:04:59 2010
@@ -0,0 +1,29 @@
+"""
+The components of the Enzo testing mechanism
+
+Author: Matthew Turk <matthewturk at gmail.com>
+Affiliation: UCSD
+Homepage: http://yt.enzotools.org/
+License:
+  Copyright (C) 2010 Matthew Turk.  All Rights Reserved.
+
+  This file is part of yt.
+
+  yt is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+"""
+
+from output_tests import RegressionTest, SingleOutputTest, \
+    MultipleOutputTest, YTStaticOutputTest, create_test
+
+from runner import RegressionTestRunner, run



More information about the yt-svn mailing list