-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream MicroPython is removing tinytest from it's source tree, so we need to make a copy of it so things don't break in future updates.
- Loading branch information
Showing
6 changed files
with
778 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Tinytest is a tiny little test framework written in C by Nick Mathewson. | ||
|
||
It is distributed under the 3-clause BSD license. You can use it in | ||
your own programs so long as you follow the license's conditions. | ||
|
||
It's been tested on Windows, Mac, and many of the free Unixes. | ||
|
||
It knows how to fork before running certain tests, and it makes | ||
text-mode output in a format I like. | ||
|
||
For info on how to use it, check out tinytest_demo.c. | ||
|
||
You can get the latest version using Git, by pulling from | ||
git://github.com/nmathewson/tinytest.git | ||
|
||
Patches are welcome. Patches that turn this from tinytest to hugetest | ||
will not be applied. If you want a huge test framework, use CUnit. | ||
|
Oops, something went wrong.