store: add IPStore tests

This commit is contained in:
Leo Balduf
2016-06-18 15:51:10 -04:00
parent c191e04ee7
commit a4d808dea9
3 changed files with 266 additions and 227 deletions
+2
View File
@@ -9,6 +9,8 @@ import (
"strings"
"testing"
"net"
"github.com/stretchr/testify/require"
)