| 29 | | Golden tests must clearly state what the purpose/scope of the test is. For historical reasons, not all existing tests do so. But it is mandatory for new tests. |
| | 29 | State clearly what the purpose/scope of a test is. For historical reasons, not all existing tests do so. But it is mandatory for new tests. Here are some examples: |
| | 30 | |
| | 31 | * https://github.com/ghc/haddock/blob/ghc-7.6/html-test/src/DeprecatedReExport.hs |
| | 32 | * https://github.com/ghc/haddock/blob/ghc-7.6/html-test/src/PruneWithWarning.hs |
| | 33 | * https://github.com/ghc/haddock/blob/ghc-7.6/html-test/src/DeprecationMessageParseError.hs |
| | 34 | * https://github.com/ghc/haddock/blob/ghc-7.6/html-test/src/SpuriousSuperclassConstraints.hs |