Unit testing framework for the Peri.dot Programming Language
Project description
Periscope (1.0)
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
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
Built Distribution
File details
Details for the file peridot_periscope-1.0.1.tar.gz
.
File metadata
- Download URL: peridot_periscope-1.0.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.8.5 Linux/5.7.14-1-ck-piledriver
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9af758c7909ca5663967d007b3d8bcffd68dd63741cce704a54454ed147a768d |
|
MD5 | d4e9940a9644665c6b195fa673d48d55 |
|
BLAKE2b-256 | a9a586a1cc3feb5290f34c1cef10ebf81d8a687e9f8ef83697c7aded36a4c6a7 |
File details
Details for the file peridot_periscope-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: peridot_periscope-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.8.5 Linux/5.7.14-1-ck-piledriver
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72996cfde26c1c6280854d5b7d4e0602539904b2e7214344c56d799ebbb28cfd |
|
MD5 | d0eb238f493bd9692110b3dc6ec1b979 |
|
BLAKE2b-256 | bffddbcb588f947d811eb6b4d5941b741fc5acc3d40bf06dc16e4fd028283941 |