pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
692 stars 2.29k forks source link

Challenge 04: techmoneykids is no longer a valid twitter handle #255

Closed bmiraski closed 6 years ago

bmiraski commented 6 years ago

The challenge no longer will work with techmoneykids because it is not a valid twitter handle.

Easy to work around, but could be a shock to those who haven't seen the error before.

pybites commented 6 years ago

I updated Julian's Twitter handle for PCC04 but the tests would run regardless, did you use these? https://github.com/pybites/challenges/blob/solutions/04/test_usertweets.py

bmiraski commented 6 years ago

Yes, the tests ran no matter the items in the actual code. Just used to fail while actually building the code and checking to make sure that the main function ran properly.

bbelderbos commented 6 years ago

OK thanks for checking