Skip to main content

Unit testing framework for the Peri.dot Programming Language

Project description

Periscope (1.0)

Periscope Logo

Usage:

Peri.dot

var periscope = include('periscope')

var pscope_add() -> Null {
    return(periscope.skip(
        'Out of date'
    ))
}

var pscope_sub() -> Null {
    assert(10 - 5 == 5)

    return(Null)
}

var pscope_mul() -> Null {
    assert(10 - 1 == 10, 'Hmm. Somethings not right')

    return(Null)
}

Bash

# Test files
periscope peritests/*

# More help
periscope -h

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

peridot_periscope-1.0.1.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

peridot_periscope-1.0.1-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

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