aboutsummaryrefslogtreecommitdiffstats
path: root/octopart_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'octopart_test.go')
-rw-r--r--octopart_test.go9
1 files changed, 8 insertions, 1 deletions
diff --git a/octopart_test.go b/octopart_test.go
index 75953ee..2e0e295 100644
--- a/octopart_test.go
+++ b/octopart_test.go
@@ -42,4 +42,11 @@ func TestGetMarketInfo(t *testing.T) {
}
}
-//TODO? TestGetPricing
+func TestAttachInfo(t *testing.T) {
+ b := makeTestBom()
+ bm := &BomMeta{}
+ oc := NewOctopartClient("")
+ oc.AttachMarketInfo(oc)
+ DumpBomAsText(bm, b,
+}
+