Changeset a217f7d in sasmodels
- Timestamp:
- Mar 11, 2015 12:04:32 PM (10 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 63b32bb
- Parents:
- f01e53d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/model_test.py
r1b50776 ra217f7d 224 224 return 1 if result.failures or result.errors else 0 225 225 226 227 # let nosetests sniff out the tests 228 def model_tests(): 229 tests = make_suite(['opencl','dll'],['all']) 230 for test_i in tests: 231 yield test_i._runTest 232 226 233 if __name__ == "__main__": 227 234 sys.exit(main())
Note: See TracChangeset
for help on using the changeset viewer.