Skip to main content

py.test bugzilla integration plugin

Project description

py.test plugin to integrate it with bugzilla so that it’s possible to annotate tests with the identifier of the bug they’re testing.

If the bug has been closed but the test still fails, a warning is generated and if the bug is still open, the test is flagged as analysed (instead of Failed)

Usage

After installation (e.g. via pip install pytest-bugzilla) you can just invoke py.test``with the ``--bugzilla flag.

Use py.test --help for additional options.

Annotating tests

To mark a test as being for a specific issue (say issue no. 12345), Put “#12345” somewhere in the test functions docstring e.g.:

def test_something():
  "This test is for bug #12345"
  do_test()

Bugzilla credentials

You have to change the bugzilla server URL/username/password using command line options. You can edit the plugin file to change the defaults so that they work without having to pass these options explicitly.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-bugzilla-0.2.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file pytest-bugzilla-0.2.tar.gz.

File metadata

File hashes

Hashes for pytest-bugzilla-0.2.tar.gz
Algorithm Hash digest
SHA256 36a52b4e231ad3481b6c92a9d0e0db05842cdcedff61dc15e822c5611802d62d
MD5 cbbd00d4a7d9154854019a11c8f8f82c
BLAKE2b-256 e9728679de835d8b725b10081ba48f3803705617de04da68e4c2dbe7835d005b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page