Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

test: 80% coverage of unixfs/io [WIP] #3097

Merged
merged 11 commits into from
Sep 12, 2016
Merged

Commits on Sep 12, 2016

  1. test: add basic dagreader test

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    02f6bd6 View commit details
    Browse the repository at this point in the history
  2. test: use mdag/test.Mock() instead

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    4f1a861 View commit details
    Browse the repository at this point in the history
  3. test: refactor some utities out of mod package

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    452a1d2 View commit details
    Browse the repository at this point in the history
  4. test: add absolute seek test

    move tests to different file
    
    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    91f2765 View commit details
    Browse the repository at this point in the history
  5. test: add relative seek test to dagreader

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    cd22fb1 View commit details
    Browse the repository at this point in the history
  6. test: add reverse relative seeking test to dagreader

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    707f466 View commit details
    Browse the repository at this point in the history
  7. test: add test for bad node types in dagreader

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    8ccaf5b View commit details
    Browse the repository at this point in the history
  8. test: add invialid protobuf data testcase to dagreader

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    b699e71 View commit details
    Browse the repository at this point in the history
  9. test: add metadata node testcase to dagreader.go

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    86942c8 View commit details
    Browse the repository at this point in the history
  10. test: add unixfs/reader tests for WriteTo and size

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    a547d88 View commit details
    Browse the repository at this point in the history
  11. test: add dirbuilder tests

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    0750c87 View commit details
    Browse the repository at this point in the history