Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

License

NotificationsYou must be signed in to change notification settings

pytest-dev/pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
pytest
Code coverage Statuspre-commit.ci statusDocumentation StatusDiscordLibera chat

Thepytest framework makes it easy to write small tests, yetscales to support complex functional testing for applications and libraries.

An example of a simple test:

# content of test_sample.pydefinc(x):returnx+1deftest_answer():assertinc(3)==5

To execute it:

$ pytest============================= test session starts =============================collected 1 itemstest_sample.py F================================== FAILURES ===================================_________________________________ test_answer _________________________________    def test_answer():>       assert inc(3) == 5E       assert 4 == 5E        +  where 4 = inc(3)test_sample.py:5: AssertionError========================== 1 failed in 0.04 seconds ===========================

Due topytest's detailed assertion introspection, only plainassert statements are used. Seegetting-started for more examples.

Features

Documentation

For full documentation, including installation, tutorials and PDF documents, please seehttps://docs.pytest.org/en/stable/.

Bugs/Requests

Please use theGitHub issue tracker to submit bugs or request features.

Changelog

Consult theChangelog page for fixes and enhancements of each version.

Support pytest

Open Collective is an online funding platform for open and transparent communities.It provides tools to raise money and share your finances in full transparency.

It is the platform of choice for individuals and companies that want to make one-time ormonthly donations directly to the project.

See more details in thepytest collective.

pytest for enterprise

Available as part of the Tidelift Subscription.

The maintainers of pytest and thousands of other packages are working with Tidelift to deliver commercial support andmaintenance for the open source dependencies you use to build your applications.Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use.

Learn more.

Security

pytest has never been associated with a security vulnerability, but in any case, to report asecurity vulnerability please use theTidelift security contact.Tidelift will coordinate the fix and disclosure.

License

Copyright Holger Krekel and others, 2004.

Distributed under the terms of theMIT license, pytest is free and open source software.

About

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors914

Languages


[8]ページ先頭

©2009-2025 Movatter.jp