Add pysawsim.test submodule (currently empty).
authorW. Trevor King <wking@drexel.edu>
Fri, 5 Nov 2010 11:44:17 +0000 (07:44 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 5 Nov 2010 11:44:17 +0000 (07:44 -0400)
pysawsim/test/__init__.py [new file with mode: 0644]
setup.py

diff --git a/pysawsim/test/__init__.py b/pysawsim/test/__init__.py
new file mode 100644 (file)
index 0000000..b32f0b0
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright (C) 2010  W. Trevor King <wking@drexel.edu>
+#
+# This program 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/>.
+#
+# The author may be contacted at <wking@drexel.edu> on the Internet, or
+# write to Trevor King, Drexel University, Physics Dept., 3141 Chestnut St.,
+# Philadelphia PA 19104, USA.
+
+"""Ensure sawsim reproduces theoretically solved distributions.
+"""
index 9fd03bbff98a0399d487973de66a36d9012110db..6b164ab1f627d3a6acceca0fd742e35ea1cf6e1a 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,7 @@ setup(
     description='Python framework for the sawsim force spectroscopy simulator.',
     url='http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/sawsim/',
     packages=['pysawsim',
-              'pysawsim.manager'],
+              'pysawsim.manager'
+              'pysawsim.test'],
     scripts=scripts,
     )