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.
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.