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.
Pytest-localserver is a plugin for the pytest testing framework which enables you to test server connections locally.
Pedansee checks C source files for compliance with a particular programming style. The style is currently defined by the pedansee source code in the form of functions which walk each source file’s syntax tree. You can modify some aspects of this style through the use of regular expressions.
doctest is a single-header testing framework for C++11 and later. It has been designed to be fast, light and unintrusive.
FreezeGun is a library that allows your python tests to travel through time by mocking the datetime module.
This package is a simple helper library for writing interactive tests.
Pytest plugin library to test http clients without contacting the real http server.
Google Test features an XUnit test framework, automated test discovery, death tests, assertions, parameterized tests and XML test report generation.
Pytest plugin for checking Python source code with pyflakes.
Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.
Testresources is an extension to Python's unittest to allow declarative use of resources by test cases.
This package provides a pytest plugin for writing tests for mypy plugins.
This package provides a next-generation test runner for Rust.
This plugin helps to use fixtures in pytest.mark.parametrize, inspied by pytest-lazy-fixture.
PyHamcrest is a framework for writing matcher objects, allowing you to declaratively define "match" rules.
Pytest-examples provides functionality for testing Python code examples in docstrings and markdown files, with its main features being:
lint code examples using ruff and black
run code examples
run code examples and check print statements are inlined correctly in the code
It can also update code examples in place to format them and insert or update print statements
lit is a portable tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of failures.
Google Test features an XUnit test framework, automated test discovery, death tests, assertions, parameterized tests and XML test report generation.
Kyua is a testing framework for infrastructure software. Kyua is lightweight and simple, and integrates well with various build systems and continuous integration frameworks. Kyua features an expressive test suite definition language, a safe runtime engine for test suites and a powerful report generation engine.
This package provides a pytest-runner command that setup.py files can use to run tests.
clitest is a portable shell script that performs automatic testing of Unix command lines.
Coverage measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.
Python asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make testing async code easier.
Parameterized is a Python library that aims to fix parameterized testing for every Python test framework. It supports nose, py.test, and unittest.
CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppUnit, and xUnit. CxxTest does not require precompiling a CxxTest testing library, it employs no advanced features of C++ (e.g. RTTI) and it supports a very flexible form of test discovery.