aidando73 / adelaide-house-price-ticker

Twitter bot that serves daily house price index updates
https://twitter.com/AdlHouseTicker
Apache License 2.0
0 stars 0 forks source link

Unit Tests #22

Closed aidando73 closed 1 year ago

aidando73 commented 1 year ago

Extract some functions and unit test whatever logic you can.

This can then build and form the basis for larger integration/component tests

aidando73 commented 1 year ago

If we extract the message formatter as a separate component, we can do unit tests on that as well

aidando73 commented 1 year ago

Or just as separate functions tbh - I think we should have components that render the messages. And the logic to format should be in there.