smacademic / project-bdf

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

Unit tests for TexitfyTwitter fail because of code restructure #100

Closed baconbm closed 5 years ago

baconbm commented 5 years ago

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:

  1. Go to test_TextifyBot.py
  2. Run unit tests
  3. 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.