Merge pull request #348 in CASA/casa6 from CAS-9912 to master
* commit '88cb6572ec4b779db4d1004922f03bbf143410cb':
Added doc strings for each test case. Some light reformatting.
Update Data Path. Add in additional checks
Adding test_plotbandpass to components mapping json.
Add skips to extended tests. Skips to be removed in future
Added skips, teardowns to test cases
Added remaining tests to test_plotbandpass
initial commit of test_plotbandpass
Merge pull request #352 in CASA/casa6 from CAS-13086 to master
* commit '7174c9b9f6ef41caa46083ac3c755538cfbe21fb':
removed test_e2e_simanalyze_m51_3sim_alma.py, original version of one of the new tests, no longer needed. Removed one accidentally added line for a regression. CAS-13086.
Update casacore reference from master in CAS-13086
updated casatools/casacore to what's used in current casa6 master
Updated the datapath for test data in casatestdata. Added reference data for some tests. Minor updated to comments in test scripts CAS-13086: updated sim regressions to run successfully in 5.8 and 6.2
updated test_regression_sim_components_and_skymodel.py with current 5.8 and 6.2 refstats, 6.2 are in use, 5.8 and past values in the comments
Merge master
First version test_regression_sim_components_and_skymodel regression script, which is a CASA6 version of the old ppdisk2_regression script
Added assert to make test succeed or fail.
First version of updated regression script
Made the regression script compatible with the template for regressions. Removed the call to findTemplate and gave explicitly the names of the files needed for comparison in the script. Removed the dependency to testhelper and added a call to casatestutils. Remove the data in the tearDown method
First updated version of simobserve+simanalyze regression script
removed test_e2e_simanalyze_m51_3sim_alma.py, original version of one of the new tests, no longer needed. Removed one accidentally added line for a regression. CAS-13086.