Changeset a217f7d in sasmodels


Ignore:
Timestamp:
Mar 11, 2015 10:04:32 AM (9 years ago)
Author:
Paul Kienzle <pkienzle@…>
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
Message:

re-enable 'nosetests sasmodels'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/model_test.py

    r1b50776 ra217f7d  
    224224    return 1 if result.failures or result.errors else 0 
    225225 
     226 
     227# let nosetests sniff out the tests 
     228def model_tests(): 
     229    tests = make_suite(['opencl','dll'],['all']) 
     230    for test_i in tests: 
     231        yield test_i._runTest 
     232 
    226233if __name__ == "__main__": 
    227234    sys.exit(main()) 
Note: See TracChangeset for help on using the changeset viewer.