Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page