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 tox.ini file #3269

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Commits on Jan 17, 2024

  1. Add tox.ini file

    Currently, when testing codespell on a local system, it is necessary to
    first install the package manually.
    
    Add a tox file to improve user experience and ensure each step runs in
    an isolated environment.
    
    There are two changes, compared to the current workflow:
      - pytest runs with coverage enabled
      - the package is not installed in editable mode
    
    Additionally, for convenience, there is a step testing the dictionaries.
    
    Update .coveragerc to exclude the .tox directory.
    perillo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9172513 View commit details
    Browse the repository at this point in the history