Changeset 4d270706 in sasview for Invariant/test


Ignore:
Timestamp:
Jan 6, 2010 8:26:11 PM (15 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
4cbaf35
Parents:
196608d
Message:

change on method name and fit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Invariant/test/utest_use_cases.py

    r6e74ee4 r4d270706  
    11""" 
    22   Implementation of the use-case from a usage perspective.  
    3    TODO: check the return values to perform actual unit testing. 
     3   
    44""" 
    55import unittest 
     
    88from sans.invariant import invariant 
    99_ERR_SURFACE = 0.3 
     10 
    1011class Data1D: 
    1112    print "I am not of type Dataloader.Data1D" 
Note: See TracChangeset for help on using the changeset viewer.