Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write python test suite #45

Open
wbinventor opened this issue Mar 11, 2013 · 1 comment
Open

Write python test suite #45

wbinventor opened this issue Mar 11, 2013 · 1 comment
Assignees

Comments

@wbinventor
Copy link
Member

Let's setup a system to recreate the hws from last spring. The Python unit testing framework would probably be a good thing to use for this (http://docs.python.org/2/library/unittest.html). If we can simply run "python tests.py" which will execute a series of simulations to generate group xs, RIs, etc for which we already know the answer, then this will help us keep the code debugged in the future.

@ghost ghost assigned samuelshaner Mar 11, 2013
@wbinventor
Copy link
Member Author

The standard Python unittest module will work: http://docs.python.org/2/library/unittest.html
Alternatively, Paul recommends nose which is the up-and-coming standard: https://nose.readthedocs.org/en/latest/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants