summaryrefslogtreecommitdiff
path: root/scripts/t/Dpkg_Checksums.t
AgeCommit message (Collapse)AuthorFilesLines
2018-08-30scripts/t: Improve coverage of unit testsGuillem Jover1-1/+29
2018-01-16test: Infer automatically the unit test data directoryGuillem Jover1-1/+1
We can easily know the name of the calling unit test, and can thus infer the pathname for the data directory, instead of having to duplicate the name, and potentially ending with it being out of sync.
2017-05-06doc: Spelling fixesJosh Soref1-1/+1
Signed-off-by: Guillem Jover <guillem@debian.org>
2017-01-25test: Refactor unit test data path into test_get_data_path()Guillem Jover1-2/+2
2016-04-01Dpkg::Checksums: Add strong digest marking supportGuillem Jover1-1/+2
This will make it possible to error out when a source package only contains no strong digests.
2015-05-18scripts/t: Add test cases for Dpkg::ChecksumsGuillem Jover1-2/+97
2014-05-17scripts: Add template test cases for most modulesGuillem Jover1-0/+27
This at least tests if the module in question can be use'ed correctly, and gives a more realistic code coverage report. The remaining modules should be covered by one of their parents.