Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Parallel Test Handler #32

Merged
merged 4 commits into from
Oct 2, 2015
Merged

Parallel Test Handler #32

merged 4 commits into from
Oct 2, 2015

Conversation

0xPoly
Copy link
Contributor

@0xPoly 0xPoly commented Oct 1, 2015

NM now can run multiple tests at the same time. An overview of which are running tests at any given time is available on the 'status' page.

@0xPoly
Copy link
Contributor Author

0xPoly commented Oct 1, 2015

closes #25

@@ -16,17 +17,17 @@ exports.getState = function() {

exports.init = function() {
var templates = {
status: fs.readFileSync(__dirname + '/templates/status.tmpl').toString(),
status_: fs.readFileSync(__dirname + '/templates/status.tmpl').toString(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

y s/status/status_/ ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

turns out 'status' is a reserved keyword in js

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, didn't know this!

@bassosimone
Copy link
Member

Hi @0xPoly, I'm now done with my review! Overall I think this is good stuff that only needs some minor tweaks to be good to go.

@bassosimone bassosimone self-assigned this Oct 2, 2015
@bassosimone
Copy link
Member

Great, merging now!

bassosimone added a commit that referenced this pull request Oct 2, 2015
@bassosimone bassosimone merged commit 64bacc4 into master Oct 2, 2015
@bassosimone bassosimone deleted the handler branch October 2, 2015 09:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants