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

Functional tests in golang #518

Closed
wants to merge 2 commits into from

Commits on Jun 12, 2017

  1. Addded functional test written in golang

    added functional in golang for the test cases present in script/test/cmd/test.sh
    procrypt committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    036008b View commit details
    Browse the repository at this point in the history
  2. Moved fixtures from script/test to script/test/cmd

    moved fixtures from script/test to script/test/cmd because according to the go best pactices fixtures should be in the same directory where the test files are
    procrypt committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    f06c414 View commit details
    Browse the repository at this point in the history