[Yt-svn] yt: Adding __init__.py to enzo_test

hg at spacepope.org hg at spacepope.org
Fri Jul 2 16:05:01 PDT 2010


hg Repository: yt
details:   yt/rev/9814225860b3
changeset: 1866:9814225860b3
user:      Matthew Turk <matthewturk at gmail.com>
date:
Fri Jul 02 16:04:38 2010 -0700
description:
Adding __init__.py to enzo_test

diffstat:

 yt/extensions/enzo_test/__init__.py |  29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diffs (33 lines):

diff -r 583babb61157 -r 9814225860b3 yt/extensions/enzo_test/__init__.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/yt/extensions/enzo_test/__init__.py	Fri Jul 02 16:04:38 2010 -0700
@@ -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