Describe the bug
After separating the TextifyTwitter code into a separate file, the unit tests for the code still look for the functions in the TextifyBot.py file, when they should look in the TextifyTwitter.py file.
To Reproduce
Steps to reproduce the behavior:
Go to test_TextifyBot.py
Run unit tests
See failure
Expected behavior
Unit tests should look for functions in the right location
Project information
91 is the issue that was addressed that broke the unit tests.
Describe the bug After separating the TextifyTwitter code into a separate file, the unit tests for the code still look for the functions in the
TextifyBot.py
file, when they should look in theTextifyTwitter.py
file.To Reproduce Steps to reproduce the behavior:
test_TextifyBot.py
Expected behavior Unit tests should look for functions in the right location
Project information
91 is the issue that was addressed that broke the unit tests.