Skip to content

Testing Code Review #3

@dmcg89

Description

@dmcg89

Great job writing your tests! Here are a couple of tips for the future:

  • Put your tests in a separate file, and the simply import your main application into the testing file.
  • Keep your outer scope functions to run your app in your " if name == "main": " boolean, and running " pytest <name_of_testfile>.py " will run all your functions with test in the name of the functions.
  • Clean up your repo, I will not grade your following projects if I have to dig through all of your coursework to find what I need to grade. If you need help doing this, please see myself or another TA at office hours.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions