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

Fixes #1656 - adding npm testto package.json #1657

Merged
merged 3 commits into from
Jul 13, 2017
Merged

Fixes #1656 - adding npm testto package.json #1657

merged 3 commits into from
Jul 13, 2017

Conversation

zoepage
Copy link
Member

@zoepage zoepage commented Jul 12, 2017

To make the test runner command easier to remember, I've made npm test available.

npm test runs both test suites.
npm run test:js runs functional tests.
npm run test:python runs python tests.

I've also updated the docs.

r? @miketaylr && @brizental

@brizental
Copy link
Contributor

Everything working great for me :) This is really nice, thanks @zoepage

Copy link
Member

@miketaylr miketaylr left a comment

Choose a reason for hiding this comment

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

Ah, nice! Just one typo fix then feel free to land. 👍

npm run test:js
```

You can also run the functional tests as well as the python tests in a seperate tab, after starting the server with:

This comment was marked as abuse.

This comment was marked as abuse.

@zoepage zoepage merged commit 39fff5c into master Jul 13, 2017
@zoepage zoepage deleted the issues/1656 branch July 13, 2017 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants