From cc783ca52451587a471d109c9d0229c3c21c29b8 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 19 Sep 2012 17:07:54 +0200 Subject: basic bom uploading (WIP) --- octopart_test.go | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'octopart_test.go') 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, +} + -- cgit v1.2.3