Python test scripts with no mention in CMakeLists.txt
These Python scripts should be added to CMakeLists.txt. If they fail, then they should be: * fixed, if the fixes are simple to do * commented out in the CMakeLists.txt, if potentially fixable * removed, if they unfixable, or if they use classes or data that VTK no longer provides - [x] `Common/DataModel/Testing/Python/TestPolyDataGetCellPoints.py` (!9871) - [x] `Common/DataModel/Testing/Python/TestUniformHyperTreeGrid2DFull.py` (!9871) - [x] `Common/DataModel/Testing/Python/TestUniformHyperTreeGrid2DMask.py` (!9871) - [x] `Common/Transforms/Testing/Python/SliceOrder.py` (deleted) (!9871) - [x] `Filters/Core/Testing/Python/deciPlane.py` (!9871) - [x] `Filters/Core/Testing/Python/financialField2.py` (!9871) - [x] `Filters/Core/Testing/Python/financialField3.py` (!9871) - [x] `Filters/Core/Testing/Python/financialField.py` (!9871) - [x] `Filters/Core/Testing/Python/MassProperties.py` (!9871) - [x] `Filters/Core/Testing/Python/skinOrder.py` (!9871) - [x] `Filters/Core/Testing/Python/TestVoronoi2D3.py` (!9871) - [ ] `IO/XML/Testing/Python/TestXMLHyperTreeGrid.py` (!10346) - [ ] `Parallel/Core/Testing/Python/TestSockets.py` (see #19032, some comments in !9871) See !9871 for fixes.
issue