Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starlightsys/dunit
An xUnit clone in D, following the pattern in part II of "Test-driven development by example", by Kent Beck.
https://github.com/starlightsys/dunit
Last synced: about 1 month ago
JSON representation
An xUnit clone in D, following the pattern in part II of "Test-driven development by example", by Kent Beck.
- Host: GitHub
- URL: https://github.com/starlightsys/dunit
- Owner: starlightsys
- License: bsd-3-clause
- Created: 2013-11-29T09:17:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-29T09:58:49.000Z (about 11 years ago)
- Last Synced: 2024-03-30T21:30:40.053Z (9 months ago)
- Language: D
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dUnit
=====An xUnit clone in D, following the pattern in part II of "Test-driven development by example", by Kent Beck.
This is only intended as an experiment and a way for me to learn D.