DataS-DHSC / DHSCconsultations

Collection of tools for analysing consultation responses
Other
0 stars 0 forks source link

Add unit tests #1

Open MKatz-DHSC opened 5 months ago

MKatz-DHSC commented 5 months ago

Add unit testing to the package?

jriley-dhsc commented 6 days ago

Will need to borrow some helper functions from _example package. Looking initially at the clean_text, but I'm sure there'll be more.

jriley-dhsc commented 1 day ago
jriley-dhsc commented 1 day ago

summarise_text_cleaner is non-obvious for testing - it attempts to inverse clean_words, but this is a user-supplied function, not one from the library.