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: create temp dir in common.js #1877

Closed
wants to merge 3 commits into from
Closed

Commits on Jun 9, 2015

  1. test: create temp dir in common.js

    Move creation of temporary directories for tests
    out of the Python harness and into common.js. This
    allows all tests to be run reliably outside of the
    Python wrapper.
    Trott committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    e28e98b View commit details
    Browse the repository at this point in the history
  2. test: refactor to conform to file idioms

    Function declarations converted to idiomatic style
    for common.js
    Trott committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    fea3573 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. test: remove no-op

    Trott committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    b5acb48 View commit details
    Browse the repository at this point in the history