GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
734 stars 209 forks source link

Use abc's to enforce service consistency. #839

Closed ryneeverett closed 2 years ago

ryneeverett commented 2 years ago

As demonstrated by #838, we aren't doing a great job of ensuring new services are fully implemented to spec. Using abstractmethod's in both the base service and test classes is a step towards making this easier for both maintainers and new service authors.