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: support running tests out of tree #1220

Closed
wants to merge 1 commit into from

Commits on Dec 7, 2023

  1. test: support running tests out of tree

    The test `test_check_diff` will fail when running the tests out of tree,
    because pycodestyle will fail to find `testing/data/E11.py`.
    
    So derive the relative path to the patched file from the `test_shell.py`
    location.
    
    Signed-off-by: Benjamin Drung <[email protected]>
    bdrung committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    49b3f11 View commit details
    Browse the repository at this point in the history