smacademic / project-bdf

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

No unit test exists for `extractUsername` #88

Closed baconbm closed 5 years ago

baconbm commented 5 years ago

Describe the bug We currently are not unit testing a candidate unit test function, extractUsername. We should be unit testing all functions where it makes sense to do so.

To Reproduce Steps to reproduce the behavior:

  1. Go to /tests/test_textifyBot.py
  2. See extractUsername does not have associated unit tests

Expected behavior unitTest is unit tested with all test cases