libbe

The libbe module does all the legwork for bugs-everywhere (BE).

To facilitate faster loading, submodules are not imported by default. The available submodules are:

libbe.TESTING = False

Flag controlling test-suite generation.

To reduce module load time, test suite generation is turned of by default. If you do want to generate the test suites, set TESTING=True before loading any libbe submodules.

Examples

>>> import libbe
>>> libbe.TESTING = True
>>> import libbe.bugdir
>>> 'SimpleBugDir' in dir(libbe.bugdir)
True

Previous topic

Dealing with spam

Next topic

libbe._version

This Page