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

Allow more control over tox Selenium tests #1897

Merged
merged 1 commit into from
Mar 18, 2024

Commits on Mar 17, 2024

  1. Allow more control over tox Selenium tests

    Instead of unconditionally enabling Selenium tests for the
    py311-dj42-postgresql tox environment, enable them by default for that
    environment but allow them to be disabled if the user's
    DJANGO_SELENIUM_TESTS environment variable is empty.  This will allow
    the user to run
    
        DJANGO_SELENIUM_TESTS= tox
    
    to run the full tox test suite with Selenium tests disabled.
    living180 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    c712d11 View commit details
    Browse the repository at this point in the history