baudren / NoteOrganiser

Scientific Note Taking
MIT License
13 stars 6 forks source link

Use pragma: no cover to exclude unexpected errors #51

Closed baudren closed 8 years ago

baudren commented 9 years ago

For instance, this block will never be executed in tests - it tries to catch unexpected errors. I just learned about this pragma: no cover syntax there, which would be perfectly suited for that. Plus, it will help with #43 in a clean manner.

baudren commented 8 years ago

Done in 3edb98bf9a032ee93cbb7d785161add2443657cf