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

TestURLs coverage for project app #2229

Merged
merged 7 commits into from
May 14, 2024
Merged

TestURLs coverage for project app #2229

merged 7 commits into from
May 14, 2024

Commits on May 6, 2024

  1. new_project_version: handle nonexistent project slug.

    Benjamin Moody committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1c0d26d View commit details
    Browse the repository at this point in the history
  2. edit_affiliation: return 404 for missing query parameter.

    Benjamin Moody committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b24d540 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f1128e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    183740e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5001b8f View commit details
    Browse the repository at this point in the history
  6. edit_ethics: return 404 for missing query parameter.

    Benjamin Moody committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fb9f581 View commit details
    Browse the repository at this point in the history
  7. project/urls.py: add parameters for TestURLs.

    Several views in this app have mandatory query parameters - these
    views are accessed only by JavaScript, and return an HTML
    fragment rather than a complete page.
    
    A couple of views are not yet tested because the demo database
    does not contain any UploadedDocument objects or any DataAccess
    objects.  This should be fixed.
    Benjamin Moody committed May 6, 2024
    Configuration menu
    Copy the full SHA
    61cdd59 View commit details
    Browse the repository at this point in the history