Create and run tests easily.
Project description
Vigilant
Vigilant is a small library, trying to make testing easier.
pip install Vigilant
How to use
After installing the library:
from vigilant import test, run
@test('Description', args={'number': 1})
def demonstration(number):
assert 1 + number == 2
run() # Run all tests.
# PASS demonstration:4 -> Description.
# Failing: 0
# Passed: 1
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
Vigilant-1.0.1.tar.gz
(1.8 kB
view details)
File details
Details for the file Vigilant-1.0.1.tar.gz
.
File metadata
- Download URL: Vigilant-1.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abe06bad2eaa3bf96937d22b81e14ebf3d531e8fe753e64b06a5ba87bc7270b2 |
|
MD5 | a510675c7c6c20e836d08531a60603cc |
|
BLAKE2b-256 | f305fad0dd38eeeed5ea666915097237ed9196909cf4c233c067bc4201507170 |