Merge pull request #533 in CASA/casa6 from CAS-13641 to master
* commit '59cc5b8ed1d790e71ec9020beb35b81e65ed8985':
Set new plotms version in build.conf
Advance plotms branch wheel version
Update plotms branch wheel
Fix calculation of selected channels with step
Update plotms branch wheel
Fix channel selection with step
Merge pull request #532 in CASA/casa6 from CAS-13709 to master
* commit '14218284c14b240f2df893e5e442549098f53c0b': (44 commits)
Fixed name of test in the script
Fixed common path to testdata in script
Fixed use of datapath in different classes. They all refer to the one define in the ImageBase class.
Cleaned up json from outdated tests. Updated default list of tests.
Updated local variable with test name
Updated datapath to testdata.
Removed entry for deprecated plotcal. Removed specific tools options from casatools tests. Those tests only need to have option casatools defined.
Renamed simulator test to test_tool_simulator and added it to json file.
Removed casa5 code from script.
Doc update
Removed test_ia* that have been included in test_tool_image.py. Updated the component json file with this branch.
Added the content of test_tool_ms_uvfits to test_tool_ms.py
Add test_tool_image and removed default from some tests.
Added fromcomplist also to test_tool_image.py
Improved the tearDown to remove left-over files
Renamed some of the test_ia scripts to the new naming convention. They all get the prefix test_tool followed by the _image name of the tool followed by the suffix with the name of the method.
Removed casa5 suite() function and fixed the headers of the documentation.
Merged 48 test_ia* scripts into a single test_tool_image.py script. Created a base class for the common variables and instances of tools. There are 116 test cases in this script and all the other 48 individual scripts are separated in individual classes on the new script.
Removed tests that are removed from git from the json file.
Removed test_sdm_summarystr.py that is now included in test_tool_sdm.py
...