[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] README.developers.pod: Explain the difference between a check and a test



Title: GitLab

Axel Beckert pushed to branch master at lintian / lintian

Commits:

  • f28bde63
    by Axel Beckert at 2022-06-20T01:32:51+02:00
    README.developers.pod: Explain the difference between a check and a test
    

1 changed file:

Changes:

  • doc/README.developers.pod
    ... ... @@ -100,6 +100,11 @@ most important ones:
    100 100
     
    
    101 101
     =over 4
    
    102 102
     
    
    103
    +=item Check
    
    104
    +
    
    105
    +A library checking specific aspects of a package, changes file,
    
    106
    +etc. which usually can emit multiple tags.
    
    107
    +
    
    103 108
     =item Emit (Tag)
    
    104 109
     
    
    105 110
     Tag that was not suppressed and was triggered.
    
    ... ... @@ -133,6 +138,10 @@ counted in statistics. Not to be confused with "Overridden".
    133 138
     
    
    134 139
     Issue reported by Lintian.
    
    135 140
     
    
    141
    +=item Test
    
    142
    +
    
    143
    +An internal test of Lintian.
    
    144
    +
    
    136 145
     =back
    
    137 146
     
    
    138 147
     =head2 Useful tricks
    


  • Reply to: