mirror of https://github.com/databricks/cli.git
test: Add TODO comment for future METADATA and RECORD file verification
This commit is contained in:
parent
9e62ba87a3
commit
130ed8b78b
|
@ -188,6 +188,12 @@ func TestPrebuilt(t *testing.T) {
|
||||||
|
|
||||||
_, err = os.Stat(outname)
|
_, err = os.Stat(outname)
|
||||||
require.NoError(t, err)
|
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) {
|
func errPatchWheel(t *testing.T, name, out string) {
|
||||||
|
|
Loading…
Reference in New Issue