Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

sharness tests: ipfs object #508

Closed
jbenet opened this issue Jan 7, 2015 · 3 comments
Closed

sharness tests: ipfs object #508

jbenet opened this issue Jan 7, 2015 · 3 comments
Labels
exp/novice Someone with a little familiarity can pick up kind/test Testing work topic/commands Topic commands

Comments

@jbenet
Copy link
Member

jbenet commented Jan 7, 2015

    ipfs object - Interact with ipfs objects

    ipfs object get <key>             - Get the DAG node named by <key>
    ipfs object put <data> <encoding> - Stores input, outputs its key
    ipfs object data <key>            - Outputs raw bytes in an object
    ipfs object links <key>           - Outputs links pointed to by object
    ipfs object stat <key>            - Outputs statistics of object
@cryptix
Copy link
Contributor

cryptix commented Mar 25, 2015

t0051-object.sh has most of these. Maybe I missed a corner case with the encodings.

  • object get
  • object stat
  • object put (protobuf and json)
  • object data
  • object links

@jbenet
Copy link
Member Author

jbenet commented Mar 26, 2015

we need to also check that we test the flags + arguments. maybe we should add that to the list

@whyrusleeping
Copy link
Member

we test these and stuff and things

@RichardLitt RichardLitt added the exp/novice Someone with a little familiarity can pick up label Feb 2, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
exp/novice Someone with a little familiarity can pick up kind/test Testing work topic/commands Topic commands
Projects
None yet
Development

No branches or pull requests

4 participants