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

Conversation

jkunkee
Copy link
Contributor

@jkunkee jkunkee commented Mar 4, 2019

From just trying to run them, the tests seem to be Python-3-only, so I added this fact to the Testing page.

I have only confirmed the part about the test telling you if something is missing with MSVC.

@refack
Copy link
Owner

refack commented Mar 5, 2019

I am trying to keep Python2 compatibility even for the tests - https://travis-ci.com/refack/GYP/jobs/181771177
Admittedly ATM we only have a Python3 windows CI config, But localy I run python2 gyptest.py -a -f msvs-mock.

P.S. The docs do seems a bit dated in other respects as well :SMH:

@refack refack self-assigned this Mar 5, 2019
@@ -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

## Prerequisites

* Python 3 in the path
* 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

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.

2 participants