This project implements an interface and releated code to set different default assignees of bugzillas tickets for either Fedora or EPEL.
This plugin reuses the Pagure configuration, and might add new keys to it at a later development stage.
OVERRIDE_DEBUG
: Whether to print some output with information decisions are
based on.OVERRIDE_DEBUG = False
The tests here require the test suite of pagure itself to work. You have to modify your PYTHONPATH to find them. Run with:
$ PYTHONPATH=.:/path/to/pagure/checkout nosetests bugzilla-override-tests.py