ethpm / ethpm-go

Go packages to support ethpm. Package manifest schema is defined here https://github.com/ethpm/ethpm-spec
MIT License
9 stars 3 forks source link

Add Manifest Testing #6

Closed CBDotGuru closed 5 years ago

CBDotGuru commented 5 years ago

What is it?

Add tests to read and write functions

Problem

There is currently no testing implemented in the repo

Solution

After building all regex methods for the interface, tests need to be created for the read and write methods such that a malformed schema cannot be accepted nor can a bad one be generated.

Steps to implement