🐑An incredible and performant framework for unit testing🐑
Project description
.. _sheepy:
Sheepy: A Simple Python Unit Testing Framework
====================================================
Introduction
Sheepy is a lightweight unit testing framework designed for Python developers who value simplicity and ease of use. It provides a core set of components to write unit tests and generate basic test reports.
...
Installation
To install Sheepy, simply:
.. code-block:: bash
pip install sheepy
...
Usage
Here's a basic example of how to use Sheepy:
.. code-block:: python
from sheepy import sheepy
@sheepy def test_add(): assert 2 + 2 == 4
...
...
Customization
Sheepy allows for customization in several ways:
- Logging: ...
- Reporting: ...
- Test discovery: ...
... (continue with customization options)
API Reference
.. automodule:: sheepy :members: :undoc-members: :show-inheritance:
Indices and tables
- :ref:
genindex
- :ref:
modindex
- :ref:
search
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sheepy-0.0.1.tar.gz
.
File metadata
- Download URL: sheepy-0.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb9d2f927c331bbcf7d5338cc6239a8a1f244cb9b9c904e726856d60f35cc6af |
|
MD5 | 18df1739232ea214697efc8b6c79c0d3 |
|
BLAKE2b-256 | e3216a9c5f4e9f811538d9026fe317f49c92918788affae58493bded91dcedd2 |
File details
Details for the file sheepy-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: sheepy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bec92c77994bc3f37f6b79262fc1e35a780d551bb482938d2c3505bf858421b2 |
|
MD5 | f344eb6130216888cfb25e3d6e72b21c |
|
BLAKE2b-256 | 6e670c0fc00135358037436cc1874d1955878a373e1e1a8b4a5dd8b3d5b2e08f |