HorridTom / AE-app

Analysis of publicly available NHS A&E data
Apache License 2.0
1 stars 0 forks source link

Code is not tested #1

Open HorridTom opened 6 years ago

HorridTom commented 6 years ago

I hacked this version of the app together really quickly as an example, and without testing (naughty naughty). So it needs tests, quick.

HorridTom commented 6 years ago

Quite a lot of progress on this - all the chart plotting functions are partially tested (some argument combinations still need testing). At present cannot run covr on this project, because it is not a package. It would be interesting to use this approach to convert it to a package and use covr and other tools.