Skip to content

Translate unittest to pytest & TDD #3

@JayDwee

Description

@JayDwee

This will normally not be a separate issue and will instead be expected in all development

Is your feature request related to a problem? Please describe.
The first step to any task should be creating tests for the requirements (Test Driven Development).
Also, the tests will need to be made with pytest rather than unittest.

Describe the solution you'd like

  • Create a virtual environment for your development see here
  • Your will need to use pip to install pytest
    • Create a requirements.txt for this within the src folder (google what this is if you aren't sure)
  • Translate the current unittest test into pytest
  • Create at least one pytest test for each requirement found here

You can create a branch and work as a team through one person, or create a team branch which your team branches off, and merges into until complete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    teamA task made for a whole team to work together to complete

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions