pytest: simple powerful testing with Python
Project description
The pytest testing tool makes it easy to write small tests, yet scales to support complex functional testing.
Documentation: http://pytest.org/latest/
Changelog: http://pytest.org/latest/changelog.html
Issues: https://github.com/pytest-dev/pytest/issues
Features
- 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.5, 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:
https://github.com/pytest-dev/pytest/issues
and checkout or fork repo at:
https://github.com/pytest-dev/pytest
Copyright Holger Krekel and others, 2004-2015 Licensed under the MIT license.
Project details
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.8.2.tar.gz
(564.0 kB
view hashes)
Built Distribution
pytest-2.8.2-py2.py3-none-any.whl
(149.2 kB
view hashes)
Close
Hashes for pytest-2.8.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8699d2ae342f211d1cc67dd05111b91925609aef7d294831584f737f65a4f41d |
|
MD5 | 251fe4ed8ed80855398e31ea937cfd65 |
|
BLAKE2-256 | 088bd6225fbe08f4d5c1b4ff05d274596f76003064dfb3ac6aa483790d1bdd08 |