A very simple test framework
Project description
PySimpleTest -- Make test as simple as possible
PySimpleTest is a very simple test framwork. To start using it, try following example:
Write a file main.py
:
from PySimpleTest import *
a = 2
should_be_equal(a, 2)
should_be_less(a, 1)
Then run it. You can get following cmd output:
Please see full documentation at https://github.com/Time-Coder/PySimpleTest
Release Note
1.0.4
- Added
Section
class. User can useSection
with Pythonwith
syntax instead ofsection
,end_section
,subsection
.
1.0.2
- First release for all basic functions.
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
PySimpleTest-1.0.4.tar.gz
(9.3 kB
view hashes)
Built Distribution
Close
Hashes for PySimpleTest-1.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 001fd07e4e04fe920080a88e51d322d1fff941268e7e554ebdba54002c844db3 |
|
MD5 | 8ac3ebeb041a87a1ee69182ab7268b5e |
|
BLAKE2b-256 | ee192b7ef33dfc39e431448b175047e63a473b5d985a765fae24995e8d14fc66 |