Every validation test should have some kind of reference code as a shorthand abbreviation, similar to the codes used in programs like pycodestyle and pylint. The coding scheme should be consistent, with a one to one pairing, suitable for the codes to be a shorthand reference to the name of the code. Also, the coding should be grouped by category so seeing the code should provide a rough indicator of what the test covers.
The validation code currently has the following tests:
Every validation test should have some kind of reference code as a shorthand abbreviation, similar to the codes used in programs like
pycodestyle
andpylint
. The coding scheme should be consistent, with a one to one pairing, suitable for the codes to be a shorthand reference to the name of the code. Also, the coding should be grouped by category so seeing the code should provide a rough indicator of what the test covers.