minnestar / sessionizer

Conference session management application
http://sessions.minnestar.org
MIT License
29 stars 23 forks source link

Improving test coverage #184

Closed jhsu802701 closed 3 months ago

jhsu802701 commented 6 years ago

Test coverage is currently only 52%, down from over 90% in 2015.

I can tackle the issues in this project, but we first need to improve the test coverage to ensure that we don't accidentally break things without realizing it.

jhsu802701 commented 5 years ago

Use of lib:

Scheduling::Context: used in Scheduling::Schedule
Scheduling::Person: used in Scheduling::Context
Scheduling::Schedule: used in src/lib/tasks/app.rake
Scheduling::SessionSet: used in Scheduling::Person
unsay commented 3 months ago

Closing. This is generally expected and will be working towards we work on it.