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

test: Fix Python unittests in ./test and ./tools #30340

Closed
wants to merge 1 commit into from

Commits on Nov 9, 2019

  1. 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 nodejs#30033
    cclauss committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    3e8d965 View commit details
    Browse the repository at this point in the history