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 a section to the installation docs about running tests #1921

Merged
merged 4 commits into from
May 27, 2024

Commits on May 27, 2024

  1. Add a section to the installation docs about running tests

    Fixes django-commons#1920.
    
    I thought about including the relevant documentation in the earlier
    steps, but I'd have to explain DEBUG, INTERNAL_IPS and TESTING all at
    once instead of introducing everything step by step. So even though it
    may be annoying to go back and modify code the user just added it still
    reads better to me, especially since it only applies to users running
    tests in their project. (I would hope a lot of them do, but still.)
    matthiask committed May 27, 2024
    Configuration menu
    Copy the full SHA
    14d6d8a View commit details
    Browse the repository at this point in the history
  2. Fix formatting issues

    matthiask committed May 27, 2024
    Configuration menu
    Copy the full SHA
    44ae98d View commit details
    Browse the repository at this point in the history
  3. Fix a typo

    matthiask committed May 27, 2024
    Configuration menu
    Copy the full SHA
    17e18e5 View commit details
    Browse the repository at this point in the history
  4. Add a changelog entry

    matthiask committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0b2c1a6 View commit details
    Browse the repository at this point in the history