Changeset 4d270706 in sasview for Invariant/test
- Timestamp:
- Jan 6, 2010 8:26:11 PM (15 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Invariant/test/utest_use_cases.py
r6e74ee4 r4d270706 1 1 """ 2 2 Implementation of the use-case from a usage perspective. 3 TODO: check the return values to perform actual unit testing.3 4 4 """ 5 5 import unittest … … 8 8 from sans.invariant import invariant 9 9 _ERR_SURFACE = 0.3 10 10 11 class Data1D: 11 12 print "I am not of type Dataloader.Data1D"
Note: See TracChangeset
for help on using the changeset viewer.