test: Add TODO comment for future METADATA and RECORD file verification

This commit is contained in:
Denis Bilenko 2025-03-05 14:47:40 +01:00 committed by Denis Bilenko (aider)
parent 9e62ba87a3
commit 130ed8b78b
1 changed files with 6 additions and 0 deletions

View File

@ -188,6 +188,12 @@ func TestPrebuilt(t *testing.T) {
_, err = os.Stat(outname)
require.NoError(t, err)
// XXX unpack METADATA and RECORD
// AI TODO:
// - read zip archive outname
// - find location of METADATA and RECORD files
// - compare contents of METADATA and RECORD with predefined strings
}
func errPatchWheel(t *testing.T, name, out string) {