Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

👋

SimpleTest is a Python library that helps write and run tests on CircuitPython. It aims to mimic, as much as possible, the Pytest API.

Usage

import simpletest as st

def inc(num):
    return num + 1

def test_answer():
    assert inc(3) == 4

st.run(globals())

About

Easy testing for embedded Python

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages