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

Add Prereq section to Testing page #31

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ could be completely written to add a feature or fix a bug
so long as they continue to support the functional behaviors
defined by the tests: building programs, shared libraries, etc.

## Prerequisites

* Python 3 in the path
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
* Python 3 in the path
* Python 3 (or 2) in the path
* Tests should pass on both Python3.7 and Python2.7

* Using python 2 causes "only strings in environment" errors
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
* Using python 2 causes "only strings in environment" errors

* Target toolchain to be tested against
* Running a test for a given toolchain will tell you if something is
missing.

## "Hello, world!" GYP test configuration

Here is an actual test configuration,
Expand Down