in-toto / attestation

in-toto Attestation Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create test suite for Go bindings

marcelamelara opened this issue · comments

Currently, the Go bindings have a single example application.
Ideally, the test suite would test the Go bindings for the attestation layers and predicates in a more modular way.

Tasks:

  • Add individual test files for each Go object
  • Update the Makefile to invoke the test suite via go test
  • Update the docs/protos.md to include instructions for running the test suite