pagure-bz-override
===============
.. split here
This project implements an interface and releated code to set different
default assignees of bugzillas tickets for either Fedora or EPEL.
Configuration
=============
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.
Example configurations
======================
Fedora
------
::
OVERRIDE_DEBUG = False
Tests
=====
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