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

Django Testing Additions #421

Merged
merged 7 commits into from
Sep 19, 2023

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    24a0c2d View commit details
    Browse the repository at this point in the history
  2. Removed a mistyped character

    and added Django testing to the run_tests script
    christophertubbs committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    fc92e4e View commit details
    Browse the repository at this point in the history
  3. Fixed some dependency issues and

    added a line to the django test script to help shed light on issues
    if things don't work right.
    christophertubbs authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9ab5468 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    7c796b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Changed the return error code to be more explicit

    Changed the default variables for quiet and verbose from None to False
    christophertubbs authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    18a292e View commit details
    Browse the repository at this point in the history
  2. Removed the required environment variable check for the GUI

    incremented the version for the evaluationservice
    added dmod_venv to the gitignore
    christophertubbs authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    66338dd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Abstracted cleanup_before_exit into shared functions

    Added venv activation and deactivation around the django tests
    added missing logic to append django errors to the total error count
    christophertubbs authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    444355d View commit details
    Browse the repository at this point in the history