-
Notifications
You must be signed in to change notification settings - Fork 29
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
Create proper Unit Testing directory structure for SasModels (Trac #822) #137
Comments
Trac update at
|
Trac update at
to:
Could extend the test environment within each model file to allow structure factor tests. That way user models can include structure factor evaluations. something like:
Need some rejiggering of model_test.py, but easy enough. |
Trac update at In changeset 81751c2:
|
Trac update at
In changeset 29c455a:
|
Trac update at
Reopening. The original request wasn't satisfied, which was to restructure sasmodels tests to use proper Unit Testing directory structure. Python has a variety of "proper" test structures such as:
and test styles:
Currently using embedded nose tests which py.test can identify. Discuss whether this should be changed before closing this ticket.
|
Trac update at
Created new branch in sasmodels ticket_822_v5_unit_tests, to start adding unit tests for @s(Q) and beta(Q) approx in sasview 5 as per http://trac.sasview.org/ticket/822#comment:2 above, using this ticket number as a reference. Will assign this ticket to myself for now.
|
Migrated from http://trac.sasview.org/ticket/822
The text was updated successfully, but these errors were encountered: