CodeforLancaster / sitegeist

4 stars 1 forks source link

Unit & Integration tests #2

Open wfaithfull opened 5 years ago

wfaithfull commented 5 years ago

I would like to have some functional tests of the data access layer in domain.py, as well as some unit tests of the tweet analyser API. The latter would involve mocking out the coreNLP calls and Twitter API calls and could prove to be a pain in the ass to write.