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

Move package to a top-level "src" directory #293

Closed
wants to merge 1 commit into from
Closed

Move package to a top-level "src" directory #293

wants to merge 1 commit into from

Commits on Oct 7, 2021

  1. Move package to a top-level "src" directory

    This helps ensure that tox tests the colorama installed to the
    virtualenv and not otherwise working due to the current working
    directory.
    
    The tests directory was moved out of the source directory to the top
    level. Test files don't need to be included in the installed package.
    They exists for developers, not end users. They still ship with the
    sdist so downstream packages can run the tests when re-packaging
    Colorama.
    
    The demos directory has been updated to work with the new directory
    structure. Its use is now documented in README.rst.
    
    Switch test runner to pytest in tox.ini. pytest has been moved out of
    the lint_python GitHub workflow as it is now covered by the test
    workflow.
    
    Fixes #278
    jdufresne committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    612caab View commit details
    Browse the repository at this point in the history