Changeset db8756e in sasmodels for sasmodels/model_test.py


Ignore:
Timestamp:
Mar 13, 2015 2:37:58 PM (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:
29aa28f
Parents:
d9633b1
Message:

have jenkins run the resolution tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/model_test.py

    raa4946b rdb8756e  
    4545 
    4646import sys 
    47 import xmlrunner 
    4847import unittest 
    4948 
     
    207206    Returns 0 if success or 1 if any tests fail. 
    208207    """ 
     208    import xmlrunner 
     209 
    209210    models = sys.argv[1:] 
    210211    if models and models[0] == 'opencl': 
Note: See TracChangeset for help on using the changeset viewer.