node/tools/gyp
cclauss aec695eb6c
test: fix Python unittests in ./test and ./tools
Co-authored-by: @patrickhousley

Fixes to Python tests to ensure that the following all pass:
1. __python2 -m pytest ./test ./tools__  # 30 tests pass
2. __python3 -m pytest ./test ./tools__  # 30 tests pass
3. __python2 -m unittest discover -s ./test/tools__  # 1 test passes
4. __python3 -m unittest discover -s ./test/tools__  # 1 test passes
5. __PYTHON=python2 make tooltest__   # 1 test passes
6. __PYTHON=python3 make tooltest__   # 1 test passes

This is a subset of #30033

PR-URL: https://github.com/nodejs/node/pull/30340
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
2019-11-17 00:28:59 -08:00
..
buildbot tools: use print() function in buildbot_run.py 2019-11-05 10:10:42 +01:00
data/win
pylib/gyp test: fix Python unittests in ./test and ./tools 2019-11-17 00:28:59 -08:00
samples
tools gyp: pull Python 3 changes from node/node-gyp 2019-07-11 09:33:51 -07:00
.gitignore
AUTHORS
codereview.settings
DEPS
gyp
gyp.bat
gyp_main.py
gyptest.py tools: undefined name opts -> args in gyptest.py 2019-11-05 10:10:41 +01:00
LICENSE
OWNERS
PRESUBMIT.py gyp: pull Python 3 changes from node/node-gyp 2019-07-11 09:33:51 -07:00
README.md
setup.py

GYP can Generate Your Projects.

Documents are available at gyp.gsrc.io, or you can check out md-pages branch to read those documents offline.