an executable implementation of _ in function definitions
Project description
veritas
======
Veritas is a Python library implementing a throwaway variable that attempts to return true no matter how it is called upon.
It is intended for writing tests where you must provide some variables to an interface but your particular test will never read what happens to them. Veritas attempts to make sure that whatever the side effects on these variables it will not derail program execution. It implements comparable, numeric, callable, container, iterator, binary, in-place, unary, context manager, and async interfaces.
:Code: https://github.com/lonnen/veritas/
:Issues: https://github.com/lonnen/veritas/issues
:License: BSD 3-clause; See LICENSE
Install
=======
From PyPI
---------
Run::
$ pip install veritas
For hacking
-----------
Run::
$ git clone https://github.com/lonnen/veritas
# Create a virtualenvironment
$ pip install -r requirements-dev.txt
Usage
=====
see tests for example usage
======
Veritas is a Python library implementing a throwaway variable that attempts to return true no matter how it is called upon.
It is intended for writing tests where you must provide some variables to an interface but your particular test will never read what happens to them. Veritas attempts to make sure that whatever the side effects on these variables it will not derail program execution. It implements comparable, numeric, callable, container, iterator, binary, in-place, unary, context manager, and async interfaces.
:Code: https://github.com/lonnen/veritas/
:Issues: https://github.com/lonnen/veritas/issues
:License: BSD 3-clause; See LICENSE
Install
=======
From PyPI
---------
Run::
$ pip install veritas
For hacking
-----------
Run::
$ git clone https://github.com/lonnen/veritas
# Create a virtualenvironment
$ pip install -r requirements-dev.txt
Usage
=====
see tests for example usage
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
veritas-0.1.1.tar.gz
(3.7 kB
view details)
File details
Details for the file veritas-0.1.1.tar.gz
.
File metadata
- Download URL: veritas-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e06e2dc0b16ac2fcd1f2c739e952e1e5024051ee420d49709acdab118d62199b |
|
MD5 | eabf86f259ea2496946576c50ae3af24 |
|
BLAKE2b-256 | 890246c9a64bdbf3608ec2d0537e07d2324c03e31faa354f51ceac860e972829 |