Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/kubo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2a5b2f2f4a21^
Choose a base ref
...
head repository: ipfs/kubo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 93f253e00b11
Choose a head ref
  • 7 commits
  • 1 file changed
  • 1 contributor

Commits on May 2, 2015

  1. parse_test: move helper functions

    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed May 2, 2015
    Copy the full SHA
    2a5b2f2 View commit details
  2. parse_test: fix and test sameWords()

    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed May 2, 2015
    Copy the full SHA
    3e4a069 View commit details
  3. parse_test: add tests for stdin enabled arg

    Let's document how stdin enabled arguments currently
    work by adding some tests.
    
    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed May 2, 2015
    Copy the full SHA
    d0752a7 View commit details
  4. parse_test: improve tests with stdin enabled arg

    Now also check that we get the right arguments from
    the parsing.
    
    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed May 2, 2015
    Copy the full SHA
    58126c1 View commit details

Commits on May 3, 2015

  1. parse_test: use fileToSimulateStdin()

    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed May 3, 2015
    Copy the full SHA
    c6dcfaa View commit details
  2. parse_test: improve existing tests

    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed May 3, 2015
    Copy the full SHA
    47a88f8 View commit details
  3. parse_test: add testFail() to simplify tests

    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed May 3, 2015
    Copy the full SHA
    93f253e View commit details
Loading