TheDataShed / sql-deployment-tools

GNU General Public License v3.0
2 stars 0 forks source link

Test coverage: exceptions.py #15

Closed GooseLF closed 2 years ago

GooseLF commented 2 years ago

Add unit tests for exceptions.py

gvee-uk commented 2 years ago

Nah - these should be ignored/skipped. This can be done with the following pragma:

class SqlAgentOperatorException(Exception):  # pragma: no cover
    pass