- Timestamp:
- Apr 21, 2014 4:06:00 PM (11 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:
- 9deb494
- Parents:
- 4ed2d0a1
- Location:
- test
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/pr_inversion/test/utest_invertor.py
r5777106 r95fb3e8 418 418 self.invertor.to_file("test_output.txt") 419 419 420 def test_load(self):420 # Load 421 421 self.invertor.from_file("test_output.txt") 422 422 self.assertEqual(self.invertor.d_max, 160.0) -
test/run_one.py
r6c00702 r95fb3e8 1 #!/usr/bin/env python 1 2 import os 2 3 import sys -
test/utest_sansview.py
r6c00702 r95fb3e8 1 #!/usr/bin/env python 1 2 import os 2 3 import subprocess
Note: See TracChangeset
for help on using the changeset viewer.