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:
Go to /tests/test_textifyBot.py
See extractUsername does not have associated unit tests
Expected behaviorunitTest is unit tested with all test cases
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:
/tests/test_textifyBot.py
extractUsername
does not have associated unit testsExpected behavior
unitTest
is unit tested with all test cases