Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • inkscape-web inkscape-web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 253
    • Issues 253
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • InkscapeInkscape
  • inkscape-webinkscape-web
  • Merge requests
  • !88

Improve Forums tests

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ishaan Arora requested to merge pulsar17/inkscape-web:improve-forums-tests into master May 20, 2021
  • Overview 22
  • Commits 47
  • Pipelines 0
  • Changes 42

This MR is meant to improve tests for the forums app.

The following tests need to be performed:

  • Unit tests for Views
  • Unit tests for Forms
  • Unit tests for Middlewares
  • Unit tests for Models

This list is not exhaustive and the app may need more tests than the ones defined here.

Changes that are not limited to the forums app

  • The MR adds the pyproject.toml file defined by PEP 621 and moves configuration of coverage in this file.
  • A testing directory for things that can be used globally. (useful classes, mixins, utils, etc)
Edited Jul 09, 2021 by Ishaan Arora
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: improve-forums-tests