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

Feature/increase test coverage #204

Merged
merged 6 commits into from
Mar 11, 2021

Commits on Mar 8, 2021

  1. Remove unreachable code

    Vunovati committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    6d01024 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    f448f67 View commit details
    Browse the repository at this point in the history
  2. Make id generation for saveRequestFiles injectable

    By injecting toID as a parameter we make it possible to test errors
    caused by file access errors.
    Vunovati committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    3b1e8e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    634428a View commit details
    Browse the repository at this point in the history
  4. Fix test scenario message

    - use node-tap's testdir as a replacement for os.tmpdir
    - inject tmpdir in saveRequestFiles
    - do not inject toID in saveRequestFiles
    Vunovati committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    d2a1c39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1d2a1e View commit details
    Browse the repository at this point in the history