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 Network Utility Testing #8

Open CBDotGuru opened 5 years ago

CBDotGuru commented 5 years ago

What is it?

Add tests to network utility functions.

Problem

After network utility functions are created, they will need to be tested.

Solution

Test each of the network utility functions as outlined below

Steps to implement