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

T/43: Added tests #44

Merged
merged 13 commits into from
Feb 13, 2017
Merged

T/43: Added tests #44

merged 13 commits into from
Feb 13, 2017

Commits on Feb 9, 2017

  1. Fix: Prevent to pulling changes from not-existing branches.

    Kamil Piechaczek committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    638e5fb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Tests: Added test for commands/exec.

    Kamil Piechaczek committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    584f341 View commit details
    Browse the repository at this point in the history
  2. Tests: Added test for commands/savehashes.

    Kamil Piechaczek committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    8f48c06 View commit details
    Browse the repository at this point in the history
  3. Tests: Added test for command/bootstrap. Fixes #31.

    Kamil Piechaczek committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    e42e16d View commit details
    Browse the repository at this point in the history
  4. Fix: Removed "parameters" variable. Introduced "args" and "arguments"…

    … instead. Closes #3.
    Kamil Piechaczek committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    890dc8f View commit details
    Browse the repository at this point in the history
  5. Merge branch 't/41' into t/tests

    Kamil Piechaczek committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    1a0ff0a View commit details
    Browse the repository at this point in the history
  6. Tests: Added test for command/update. Closes #41.

    Kamil Piechaczek committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    284376e View commit details
    Browse the repository at this point in the history
  7. Tests: Fixed invalid test name.

    Kamil Piechaczek committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    cc8e24f View commit details
    Browse the repository at this point in the history
  8. Fix: Logger handles "undefined" message.

    Kamil Piechaczek committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    8407aae View commit details
    Browse the repository at this point in the history
  9. Internal: Swap order in "if condition".

    Kamil Piechaczek committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    1ef53da View commit details
    Browse the repository at this point in the history
  10. Tests: Addes missing new line in output for "git status".

    Kamil Piechaczek committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    3fdc2e7 View commit details
    Browse the repository at this point in the history
  11. Fix: Invalid comment. Promise.resolve will be used if required.

    Kamil Piechaczek committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    8806286 View commit details
    Browse the repository at this point in the history
  12. Fix: Prevent to checking out to non-existing branch.

    Kamil Piechaczek committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    f271fb0 View commit details
    Browse the repository at this point in the history