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

Httptest #25

Merged
merged 6 commits into from
Mar 31, 2020
Merged

Httptest #25

merged 6 commits into from
Mar 31, 2020

Commits on Mar 31, 2020

  1. add client_test.go:

    - use httptest package
    - make server with httptest to serve local files
    - make use of loader and saver transport
    - improve filename() for sub testing
    itsksaurabh committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    6ec6141 View commit details
    Browse the repository at this point in the history
  2. delete wazix_test.go

    itsksaurabh committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    86f92c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ab59c1 View commit details
    Browse the repository at this point in the history
  4. update generated testdata

    itsksaurabh committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    fbfd64c View commit details
    Browse the repository at this point in the history
  5. magefile.go :

    - add Generate() to generate test data
    itsksaurabh committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    3c713d0 View commit details
    Browse the repository at this point in the history
  6. update comment

    itsksaurabh committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    55b4ab2 View commit details
    Browse the repository at this point in the history