Build: #364 was successful Changes by Sandra Castro
Code commits
Casa6
-
Sandra Castro 67442d96727c49ec7ef6478a9b816f637f8010aa
Pull request #562: CAS-13798
Merge 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_flagdata
Removed lociteritems function that was only needed for python 2/3 compatibility and replaced calls with dict.items(). More formatting in test_flaghelper.py to become more pythonic.
Cleaned up left-over files and added proper tearDown methods.
Removed left-over is_python3
Removed the cleanup outdated class and replaced it with tearDown and tearDownClass methods. Add left-over data to tearDown methods.
Removed casa5 from flaghelper.py. Fixed deprecation warning. Refactored some parts of the code for better readability. Copyed test_flaghelper from casa5 to casa6 and updated it. -
Sandra Castro d3f81771d8252ccee0215e3a4c57b5827e519e4f
Merge branch 'master' into CAS-13798
-
Sandra Castro 030ac61dccd4ba1eef7b6a2c7c16ac2d232b194b m
Small fix to setUp of tests.
-
Sandra Castro ed1f53d4a742369d38abf8f18c5f720b8f4225aa m
Merge branch 'master' into CAS-13798
-
Sandra Castro c35edf2de71633911bc0ac982707497784f0053b m
Removed casa5 code from task_flagmanager.py
-
Sandra Castro 6415ee9f6fe1c91ec3b21d2392734af6e72aa6d7 m
Replaced lociteritems and lociterkeys functions with dict.items and dict.keys
-
Sandra Castro 78cbbf8be678c2a0288450b284b1bb0983774f67 m
Replaced lociteritems function with dict.items()
-
Sandra Castro 4398d19bc68bc16757e61f3794442f87d3c015a3 m
Fixed deprecation warning on == sign in flagdata task. More cleanup of test_task_flagdata
-
Sandra Castro 3df1b9aa1e67287d5032f99cf74a6757b1dea3c4 m
Removed lociteritems function that was only needed for python 2/3 compatibility and replaced calls with dict.items(). More formatting in test_flaghelper.py to become more pythonic.
-
Sandra Castro b440fd015b63a349062408ce782fc76cd6ea57a2 m
Cleaned up left-over files and added proper tearDown methods.
-
Sandra Castro cb456c6d3fd1de47ad929f5d5b69fe61c2d91ea8 m
Removed left-over is_python3
-
Sandra Castro c037e06c8a22c3c703fc97efbc65ab3c19bb949a m
Removed the cleanup outdated class and replaced it with tearDown and tearDownClass methods. Add left-over data to tearDown methods.
-
Sandra Castro f241145913d45c5f4f171c3be7df767094874797 m
Removed casa5 from flaghelper.py. Fixed deprecation warning. Refactored some parts of the code for better readability. Copyed test_flaghelper from casa5 to casa6 and updated it.