test: create temp dir in common.js
authorRich Trott <rtrott@gmail.com>
Wed, 3 Jun 2015 03:44:03 +0000 (20:44 -0700)
committerRod Vagg <rod@vagg.org>
Fri, 12 Jun 2015 00:27:29 +0000 (10:27 +1000)
commita6b8ee19b85bbd798510191f0aee596f36b909d2
tree7436e04a7f7efc206434fe231c9fac446aebb6c5
parent6e4d30286d7305335b14762271a25f5dbc5c63c0
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.

PR-URL: https://github.com/nodejs/io.js/pull/1877
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
test/common.js
test/fixtures/print-chars-from-buffer.js
test/fixtures/print-chars.js
test/sequential/test-fs-watch-recursive.js
test/testpy/__init__.py