Skip to main content

pytest: simple powerful testing with Python

Project description

https://drone.io/bitbucket.org/hpk42/pytest/status.png https://pypip.in/v/pytest/badge.png

Documentation: http://pytest.org/latest/

Changelog: http://pytest.org/latest/changelog.html

Issues: https://bitbucket.org/hpk42/pytest/issues?status=open

CI: https://drone.io/bitbucket.org/hpk42/pytest

The pytest testing tool makes it easy to write small tests, yet scales to support complex functional testing. It provides

  • auto-discovery of test modules and functions,

  • detailed info on failing assert statements (no need to remember self.assert* names)

  • modular fixtures for managing small or parametrized long-lived test resources.

  • multi-paradigm support: you can use pytest to run test suites based on unittest (or trial), nose

  • single-source compatibility from Python2.6 all the way up to Python3.4, PyPy-2.3, (jython-2.5 untested)

  • many external plugins.

A simple example for a test:

# content of test_module.py
def test_function():
    i = 4
    assert i == 3

which can be run with py.test test_module.py. See getting-started for more examples.

For much more info, including PDF docs, see

http://pytest.org

and report bugs at:

http://bitbucket.org/hpk42/pytest/issues/

and checkout or fork repo at:

http://bitbucket.org/hpk42/pytest/

Copyright Holger Krekel and others, 2004-2014 Licensed under the MIT license.

Release history Release notifications | RSS feed

Download files

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

Source Distribution

pytest-2.6.3.tar.gz (635.0 kB view details)

Uploaded Source

File details

Details for the file pytest-2.6.3.tar.gz.

File metadata

  • Download URL: pytest-2.6.3.tar.gz
  • Upload date:
  • Size: 635.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pytest-2.6.3.tar.gz
Algorithm Hash digest
SHA256 97f41dd9f318095b431945bede7a6f02c62c0a40a6c7a976a3820ea377a0eecc
MD5 6f6a1ae63a664d11223fba18cd2af31a
BLAKE2b-256 7ff9da3670b93e3d28e64f75d33740de14ac25acb8b187accab1a75f84e0893b

See more details on using hashes here.

Supported by

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