- Timestamp:
- Sep 19, 2017 2:07:00 PM (7 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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 86ba9d6
- Parents:
- 1f21a43 (diff), b22e23e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- test
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/corfunc/test/utest_corfunc.py
r1f21a43 r932519a 27 27 self.calculator.background = 0.3 28 28 self.extrapolation = None 29 self.transformation = None 29 30 self.results = [np.loadtxt(filename+"_out.txt").T[2] 30 31 for filename in ("gamma1", "gamma3", "idf")] -
test/utest_sasview.py
rb54440d rbe51cf6 62 62 proc = subprocess.Popen(code, shell=True, stdout=subprocess.PIPE, stderr = subprocess.STDOUT) 63 63 std_out, std_err = proc.communicate() 64 #print std_out64 #print(">>>>>> standard out", file_path, "\n", std_out, "\n>>>>>>>>> end stdout", file_path) 65 65 #sys.exit() 66 66 m = re.search("Ran ([0-9]+) test", std_out) … … 82 82 failed += 1 83 83 print("Result for %s (%s): FAILED" % (module_name, module_dir)) 84 print(std_out)84 #print(std_out) 85 85 else: 86 86 passed += 1
Note: See TracChangeset
for help on using the changeset viewer.