Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python testing: Move code out of main file (#30207)
* Python testing: Move code out of main file This file is becoming large, so I moved out some of the code that is logically similar. I also abstraceted the setup into a separate function. The reason for this: Right now, all these tests are run in the CI against all clusters. All cluster is a special case and it is not clear that it is ever going to be spec conformant. I would like to split that test out, enable the error and start running it against individual example apps as they get corrected. There are no code changes in this PR, just moves and adjustments of the imports. * move attribute ids to enum
- Loading branch information