smacademic / project-bdf

project-bdf created by GitHub Classroom
2 stars 0 forks source link

Add Unit Tests for newly created functions #53

Open baconbm opened 5 years ago

baconbm commented 5 years ago

Describe the bug Some functions added in M3 and M4 have not yet been unit tested. Unit tests are needed for these functions. Parameterized tests have not yet been utilized within our bot. Documentation on how pytest implements parameterization can be found here - https://docs.pytest.org/en/latest/parametrize.html

To Reproduce Steps to reproduce the behavior:

  1. Go to the tests subfolder
  2. See that not all functions are currently being unit tested

Expected behavior A clear and concise description of what you expected to happen.

Screenshots/Logs All functions that make sense to be unit tested are covered by unit tests.

Project information Noticed after M4 was deployed.