https://github.com/samdphillips/testy
Command line test runner for Racket
https://github.com/samdphillips/testy
Last synced: 6 months ago
JSON representation
Command line test runner for Racket
- Host: GitHub
- URL: https://github.com/samdphillips/testy
- Owner: samdphillips
- Created: 2010-10-09T18:24:36.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-15T20:34:29.000Z (over 15 years ago)
- Last Synced: 2025-01-30T11:42:26.474Z (over 1 year ago)
- Language: Racket
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
testy
=====
This is a package of a couple of useful testing tools for Racket.
The first is an extension command for raco that runs every file that
begins with "test-" in some directory that is specified on the command
line.
The second part is a simple module language that packages up a file in a
test-suite and provides it as the name "tests".
Both tools are probably too stupid for their own good, but they are
currently serving my testing needs well.