Sometimes you just want the StrEnums in python to be sorted by their values to avoid duplicates and also to ensure that the code is maintainable.
This test takes the selected files and then runs a test using AST to see if the enum members are sorted by the member values.
If not the test fails.