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

test: make test-fs-access stricter #11087

Closed
wants to merge 1 commit into from
Closed

Commits on Jan 31, 2017

  1. test: make test-fs-access stricter

    Change regular expression matching in `assert.throws()` to match the
    entire error message. In `assert.throws()` that uses a function for
    matching rather than a regular expression, add checks for the `message`
    property and the error's constructor.
    
    Also, refactored to remove unnecessary temp file handling. No need to
    remove temp files after the test. Each test is responsible for clearing
    the temp directory if it needs to use it.
    Trott committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    f7d12e3 View commit details
    Browse the repository at this point in the history