Pull request #570: CAS-13332Merge in CASA/casa6 from CAS-13332 to master
* commit '873115aa990cac6ad67672e4f4bd27552ce847b8':
Update to documentation
Update nb_test_runtest.ipynb to read the users config for the datapath
Add V1 of testing notebook for runtest.py
Pull request #568: CAS-13672Merge in CASA/casa6 from CAS-13672 to master
* commit 'ed29f279a590f17037a91b71744649064bd13a00':
add available options of maskmode in the shortdescription
fix a simple mistake for parameter number: three -> four
deleted checking for maskmode='interact'
update sdbaseline inline help for the maskmode parameter
Pull request #567: Fixed warning in task_flagdata when building casashell and using Python 3.8.Merge in CASA/casa6 from CAS-13830 to master
* commit '6eb496b0d999f8704afd2de821750c731ec19e51':
Fixed warning in task_flagdata when building casashell and using Python 3.8.
Pull request #566: CAS-13819Merge in CASA/casa6 from CAS-13819 to master
* commit 'b047fb6ba59bb575ce2a785cfb08d000e0131e93':
pick up new version of plotms [CAS-13819]
Set plotms branch wheel in build.conf
Pull request #565: CAS-13793Merge in CASA/casa6 from CAS-13793 to master
* commit '1e592ab5a65395418d74ec38ddab5ef33aa316b0':
Code reviewed and cleanup a few things following sourcery suggestions. Looks good.
Added more test cases from casa5 regression and fixed errors
Added new test cases adapted from casa5 test
Pull request #563: CAS-6692Merge in CASA/casa6 from CAS-6692 to master
* commit '63b925d53ef0a18dd4f892c87e0b2bcbc4239eb0': (57 commits)
CAS-6692 undo changes from accidental merge of CAS-13569
CAS-13569 get python version dynamically instead of hardcoding 3.6
CAS-6692 use a standard imagename for tclean tests
add history_filter argument to gclean to allow for abbreviated masks in tclean command history (CAS-669...
Pull request #562: CAS-13798Merge in CASA/casa6 from CAS-13798 to master
* commit 'd3f81771d8252ccee0215e3a4c57b5827e519e4f':
Small fix to setUp of tests.
Removed casa5 code from task_flagmanager.py
Replaced lociteritems and lociterkeys functions with dict.items and dict.keys
Replaced lociteritems function with dict.items()
Fixed deprecation warning on == sign in flagdata task. More cleanup of test_task_flagdat...
Pull request #560: CAS-12497Merge in CASA/casa6 from CAS-12497 to master
* commit '020d5068b84f1aa25a0b6e7d592408cf5bfdb792':
Added a few missing saving of the metric value to a json file
Moved the changes in casa5 to the casa6 new style branch
Removed lociteritems function that was only needed for python 2/3 compatibility andreplaced calls with dict.items().
More formatting in test_flaghelper.py to become more pythonic.
Merge pull request #555 in CASA/casa6 from CAS-13770 to master* commit '2666d390b997bd39fa71de0489f30ccebf0d6eee':
Update to parse depending on order of tests input
Update to parse testlist. Update to generate test list from testType as component