Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This Pytest plugin adds a cookies fixture, which is a wrapper for the Cookiecutter API. This fixture helps you verify that your template is working as expected and takes care of cleaning up after running the tests.
This package provides a plugin for snapshot testing with pytest. It can be used to test that the value of an expression does not change unexpectedly.
Beartype aims to be a very fast runtime type checking tool written in pure Python.
This package provides Pytest extension which disables all network calls flowing through Python's socket interface
This package provides a pytest plugin that allows multiple failures per test.
This package provides opiniotated Python test framework prototype.
This package provides a pytest plugin for testing console scripts.
This is a meta-package that pulls in the dependencies that are used by astropy related packages.
This package provides a plugin to test Python click interfaces with pytest.
This project will create an empty file of a type requested. If possible, that file will be the smallest valid file for that type. For example, an empty jpg will be a 1x1 pixel jpg.
This package provides a Pytest plugin which leverages @pytest.mark.parametrize decorator separating test cases from test functions.
This package provides a utility for mocking out the Python libraries HTTPX and HTTPCore.
flexmock is a testing library for Python that makes it easy to create mocks, stubs and fakes.
pytest-qt is a Pytest plugin that allows programmers to write tests for PyQt5 and PySide2 applications.
The main usage is to use the qtbot fixture, responsible for handling qApp creation as needed and provides methods to simulate user interaction, like key presses and mouse clicks.
The pyux utility detects API changes in Python libraries.
Pytest plugin providing a fixture interface for freezegun.
Tox is a generic virtualenv management and test command line tool. It can be used to check that a package installs correctly with different Python versions and interpreters, or run tests in each type of supported environment, or act as a frontend to continuous integration servers.
This flake8 plugin helps you keep up with method deprecations by providing hints about what deprecated methods should be replaced with.
This package provides an alternative to Regular Expressions with a more intuitive syntax.
This package contains a plugin for the Pytest framework that provides advanced doctest support and enables the testing of reStructuredText files.
This package provides a Pytest plugin for testing ASDF schemas.
pytest_mpi is a plugin for pytest providing some useful tools when running tests under MPI, and testing MPI-related code.
This package implements a functionality to store data created during your pytest tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking purposes.
This package provides Pytest plugin which splits the test suite to equally sized sub suites based on test execution time.